Home
last modified time | relevance | path

Searched refs:call_trap (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/
Dexecution.cc234 fun = JSFunctionProxy::cast(fun)->call_trap(); in GetFunctionDelegate()
258 fun = JSFunctionProxy::cast(fun)->call_trap(); in TryGetFunctionDelegate()
291 fun = JSFunctionProxy::cast(fun)->call_trap(); in GetConstructorDelegate()
319 fun = JSFunctionProxy::cast(fun)->call_trap(); in TryGetConstructorDelegate()
Dobjects-debug.cc650 VerifyPointer(call_trap()); in JSFunctionProxyVerify()
Dobjects-printer.cc709 call_trap()->Print(out); in JSFunctionProxyPrint()
Dheap.h581 Object* call_trap,
Dic.cc476 callee = Handle<Object>(JSFunctionProxy::cast(*callee)->call_trap()); in ReceiverToObjectIfRequired()
Dheap.cc3915 Object* call_trap, in AllocateJSFunctionProxy() argument
3934 result->set_call_trap(call_trap); in AllocateJSFunctionProxy()
Druntime.cc677 Object* call_trap = args[1]; in RUNTIME_FUNCTION() local
683 handler, call_trap, construct_trap, used_prototype); in RUNTIME_FUNCTION()
711 return proxy->call_trap(); in RUNTIME_FUNCTION()
Dobjects-inl.h4070 ACCESSORS(JSFunctionProxy, call_trap, Object, kCallTrapOffset) in ACCESSORS()
Dobjects.h7756 DECL_ACCESSORS(call_trap, Object)