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 251 v8::Local<v8::Value> hNewThis =
253 ASSERT(!hNewThis.IsEmpty());
262 hWrapperFn->Call(hNewThis.As<v8::Object>(), 1, rgArgs);
cfxjse_value.cpp 243 v8::Local<v8::Value> hNewThis =
245 if (hNewThis.IsEmpty())
248 rgArgs[1] = hNewThis;

Completed in 92 milliseconds