Home
last modified time | relevance | path

Searched refs:GetFunctionDelegate (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/v8/test/mjsunit/runtime-gen/
Dgetfunctiondelegate.js5 %GetFunctionDelegate(_object);
/external/chromium_org/v8/src/
Dexecution.h109 static Handle<Object> GetFunctionDelegate(Isolate* isolate,
Druntime.js374 var delegate = %GetFunctionDelegate(this);
Dexecution.cc199 Handle<Object> Execution::GetFunctionDelegate(Isolate* isolate, in GetFunctionDelegate() function in v8::internal::Execution
Druntime.h61 F(GetFunctionDelegate, 1, 1) \
Druntime.cc8975 return *Execution::GetFunctionDelegate(isolate, object); in RUNTIME_FUNCTION()