HomeSort by relevance Sort by last modified time
    Searched refs:hNewThis (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fxjs/
cfxjse_context.cpp 229 v8::Local<v8::Value> hNewThis =
231 ASSERT(!hNewThis.IsEmpty());
240 hWrapperFn->Call(hNewThis.As<v8::Object>(), 1, rgArgs);
cfxjse_value.cpp 254 v8::Local<v8::Value> hNewThis =
256 if (hNewThis.IsEmpty())
259 rgArgs[1] = hNewThis;

Completed in 49 milliseconds