Searched refs:execRef (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/API/
H A DJSCallbackFunction.cpp68 JSContextRef execRef = toRef(exec); local
82 result = jsCast<JSCallbackFunction*>(toJS(functionRef))->m_callback(execRef, functionRef, thisObjRef, argumentCount, arguments.data(), &exception);
H A DJSCallbackObjectFunctions.h425 JSContextRef execRef = toRef(exec); local
439 result = toJS(callAsConstructor(execRef, constructorRef, argumentCount, arguments.data(), &exception));
455 JSContextRef execRef = toRef(exec); local
465 result = hasInstance(execRef, thisRef, valueRef, &exception);
491 JSContextRef execRef = toRef(exec); local
506 result = toJS(exec, callAsFunction(execRef, functionRef, thisObjRef, argumentCount, arguments.data(), &exception));
522 JSContextRef execRef = toRef(exec); local
528 getPropertyNames(execRef, thisRef, toRef(&propertyNames));

Completed in 172 milliseconds