Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxjse/src/
Dvalue.cpp488 v8::Local<v8::Object> hFunctionObject = in Call() local
493 if (hFunctionObject.IsEmpty() || !hFunctionObject->IsCallable()) { in Call()
517 hReturnValue = hFunctionObject->CallAsConstructor(nArgCount, lpLocalArgs); in Call()
528 hFunctionObject->CallAsFunction(hReceiver, nArgCount, lpLocalArgs); in Call()