Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfx_v8.cpp45 return fxv8::NewObjectHelper(GetIsolate()); in NewObject()
Dfxv8.h49 v8::Local<v8::Object> NewObjectHelper(v8::Isolate* pIsolate);
Dfxv8.cpp111 v8::Local<v8::Object> NewObjectHelper(v8::Isolate* pIsolate) { in NewObjectHelper() function