Home
last modified time | relevance | path

Searched refs:JS_NewString (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/include/jsapi/
Dfxjs_v8.h118 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/
DJS_Define.h334 …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/
DJS_Value.cpp198 m_pValue = JS_NewString(m_isolate,(wchar_t *)pWstr); in operator =()
/external/pdfium/fpdfsdk/src/jsapi/
Dfxjs_v8.cpp673 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