Home
last modified time | relevance | path

Searched refs:FXJS_NewString (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
DConsts.cpp136 FXJS_NewString(pRuntime->GetIsolate(), pValue)); in END_JS_STATIC_CONST()
DJS_Define.h219 : FXJS_NewString(pIsolate, JS_Class_Consts[i].string)); \
DJS_Value.cpp190 m_pValue = FXJS_NewString(m_pJSRuntime->GetIsolate(), (wchar_t*)pWstr); in operator =()
/external/pdfium/fpdfsdk/include/jsapi/
Dfxjs_v8.h232 v8::Local<v8::Value> FXJS_NewString(v8::Isolate* pIsolate,
/external/pdfium/fpdfsdk/src/jsapi/
Dfxjs_v8.cpp715 v8::Local<v8::Value> FXJS_NewString(v8::Isolate* pIsolate, in FXJS_NewString() function