Searched refs:TryGetFunctionDelegate (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Dexecution.h154 static Handle<Object> TryGetFunctionDelegate(Handle<Object> object,
H A Dexecution.cc153 callable = TryGetFunctionDelegate(callable, pending_exception);
250 Handle<Object> Execution::TryGetFunctionDelegate(Handle<Object> object, function in class:v8::internal::Execution
H A Dapi.cc3523 i::Execution::TryGetFunctionDelegate(obj, &has_pending_exception);
H A Druntime.cc1908 Execution::TryGetFunctionDelegate(Handle<JSReceiver>(callable), &threw);

Completed in 114 milliseconds