Searched refs:JS_NewString (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fpdfsdk/include/jsapi/ |
D | fxjs_v8.h | 118 v8::Handle<v8::Value> JS_NewString(IJS_Runtime* pJSRuntime,const wchar_t* string); 119 v8::Handle<v8::Value> JS_NewString(IJS_Runtime* pJSRuntime,const wchar_t* string, unsigned nLen);
|
/external/pdfium/fpdfsdk/include/javascript/ |
D | JS_Define.h | 334 …if (JS_DefineObjConst(pRuntime, nObjDefnID, JS_Class_Consts[i].pName, JS_NewString(pRuntime,JS_Cla… 701 if (JS_DefineGlobalConst(pRuntime,JS_WIDESTRING(const_name),JS_NewString(pRuntime,JS_WIDESTRING(con…
|
/external/pdfium/fpdfsdk/src/javascript/ |
D | JS_Value.cpp | 198 m_pValue = JS_NewString(m_isolate,(wchar_t *)pWstr); in operator =()
|
/external/pdfium/fpdfsdk/src/jsapi/ |
D | fxjs_v8.cpp | 673 v8::Handle<v8::Value> JS_NewString(IJS_Runtime* pJSRuntime,const wchar_t* string) in JS_NewString() function 678 v8::Handle<v8::Value> JS_NewString(IJS_Runtime* pJSRuntime,const wchar_t* string, unsigned nLen) in JS_NewString() function
|