Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcfxjse_context.cpp244 v8::Local<v8::Object> hNewThis) { in ExecuteScript() argument
250 if (hNewThis.IsEmpty()) { in ExecuteScript()
280 if (hWrapperFn->Call(hContext, hNewThis, 1, rgArgs).ToLocal(&hValue)) { in ExecuteScript()
Dcfxjse_value.cpp189 v8::Local<v8::Object> hNewThis) { in NewBoundFunction() argument
191 DCHECK(!hNewThis.IsEmpty()); in NewBoundFunction()
196 rgArgs[1] = hNewThis; in NewBoundFunction()