Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_value.cpp283 v8::Local<v8::Object> hFunctionObject = in Call() local
289 if (hFunctionObject.IsEmpty() || !hFunctionObject->IsCallable()) { in Call()
315 hFunctionObject->CallAsConstructor(m_pIsolate->GetCurrentContext(), in Call()
327 v8::MaybeLocal<v8::Value> maybe_retvalue = hFunctionObject->CallAsFunction( in Call()