Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_value.cpp255 v8::Local<v8::Value> hBoundFunction = in SetFunctionBind() local
257 if (hBoundFunction.IsEmpty() || !hBoundFunction->IsFunction()) in SetFunctionBind()
260 m_hValue.Reset(m_pIsolate, hBoundFunction); in SetFunctionBind()