OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:execRef
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/JavaScriptCore/API/
JSCallbackFunction.cpp
54
JSContextRef
execRef
= toRef(exec);
67
result = static_cast<JSCallbackFunction*>(toJS(functionRef))->m_callback(
execRef
, functionRef, thisObjRef, argumentCount, arguments.data(), &exception);
JSCallbackObjectFunctions.h
311
JSContextRef
execRef
= toRef(exec);
324
result = toJS(callAsConstructor(
execRef
, constructorRef, argumentCount, arguments.data(), &exception));
339
JSContextRef
execRef
= toRef(exec);
349
result = hasInstance(
execRef
, thisRef, valueRef, &exception);
374
JSContextRef
execRef
= toRef(exec);
388
result = toJS(exec, callAsFunction(
execRef
, functionRef, thisObjRef, argumentCount, arguments.data(), &exception));
403
JSContextRef
execRef
= toRef(exec);
409
getPropertyNames(
execRef
, thisRef, toRef(&propertyNames));
Completed in 453 milliseconds