Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcfxjse_context.cpp285 v8::Local<v8::Value> hNewThis = v8::Local<v8::Value>::New( in ExecuteScript() local
287 ASSERT(!hNewThis.IsEmpty()); in ExecuteScript()
301 if (hWrapperFn->Call(hContext, hNewThis.As<v8::Object>(), 1, rgArgs) in ExecuteScript()
Dcfxjse_value.cpp265 v8::Local<v8::Value> hNewThis = in SetFunctionBind() local
267 if (hNewThis.IsEmpty()) in SetFunctionBind()
270 rgArgs[1] = hNewThis; in SetFunctionBind()