Go to the source code of this file.
|
template<class C > |
static C * | v8::internal::FindInstanceOf (Isolate *isolate, Object *obj) |
|
static bool | v8::internal::CheckForName (Handle< Name > name, Handle< String > property_name, int offset, int *object_offset) |
|
bool | v8::internal::SetPropertyOnInstanceIfInherited (Isolate *isolate, const v8::PropertyCallbackInfo< void > &info, v8::Local< v8::Name > name, Handle< Object > value) |
|
static Handle< Object > | v8::internal::GetFunctionPrototype (Isolate *isolate, Handle< JSFunction > function) |
|
static Handle< Object > | v8::internal::SetFunctionPrototype (Isolate *isolate, Handle< JSFunction > function, Handle< Object > value) |
|
static Handle< Object > | v8::internal::ArgumentsForInlinedFunction (JavaScriptFrame *frame, Handle< JSFunction > inlined_function, int inlined_frame_index) |
|
static int | v8::internal::FindFunctionInFrame (JavaScriptFrame *frame, Handle< JSFunction > function) |
|
Handle< Object > | v8::internal::GetFunctionArguments (Isolate *isolate, Handle< JSFunction > function) |
|
static bool | v8::internal::AllowAccessToFunction (Context *current_context, JSFunction *function) |
|
MaybeHandle< JSFunction > | v8::internal::FindCaller (Isolate *isolate, Handle< JSFunction > function) |
|
static void | v8::internal::ModuleGetExport (v8::Local< v8::String > property, const v8::PropertyCallbackInfo< v8::Value > &info) |
|
static void | v8::internal::ModuleSetExport (v8::Local< v8::String > property, v8::Local< v8::Value > value, const v8::PropertyCallbackInfo< v8::Value > &info) |
|