v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
accessors.cc File Reference
Include dependency graph for accessors.cc:

Go to the source code of this file.

Classes

class  v8::internal::FrameFunctionIterator
 

Namespaces

namespace  v8
 
namespace  v8::internal
 

Functions

static V8_INLINE bool v8::internal::CheckForName (Isolate *isolate, DirectHandle< Name > name, DirectHandle< String > property_name, int offset, FieldIndex::Encoding encoding, FieldIndex *index)
 
static DirectHandle< Objectv8::internal::GetFunctionPrototype (Isolate *isolate, DirectHandle< JSFunction > function)
 
static bool v8::internal::AllowAccessToFunction (Tagged< Context > current_context, Tagged< JSFunction > function)
 
MaybeDirectHandle< JSFunctionv8::internal::FindCaller (Isolate *isolate, DirectHandle< JSFunction > function)