Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxjse/src/
Dvalue.cpp472 v8::Local<v8::Value> hBoundFunction = in SetFunctionBind() local
474 if (hBoundFunction.IsEmpty() || !hBoundFunction->IsFunction()) { in SetFunctionBind()
477 m_hValue.Reset(m_pIsolate, hBoundFunction); in SetFunctionBind()