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

/external/webkit/Source/WebCore/bindings/js/
H A DCallbackFunction.h45 bool checkFunctionOnlyCallback(JSC::ExecState*, JSC::JSValue, CallbackAllowedValueFlags);
51 if (checkFunctionOnlyCallback(exec, value, acceptedValues))
H A DCallbackFunction.cpp34 bool checkFunctionOnlyCallback(JSC::ExecState* exec, JSC::JSValue value, CallbackAllowedValueFlags acceptedValues) function in namespace:WebCore

Completed in 129 milliseconds