HomeSort by relevance Sort by last modified time
    Searched refs:JS_NewString (Results 1 - 4 of 4) sorted by null

  /external/pdfium/fpdfsdk/include/jsapi/
fxjs_v8.h 110 v8::Local<v8::Value> JS_NewString(IJS_Runtime* pJSRuntime,const wchar_t* string);
111 v8::Local<v8::Value> JS_NewString(IJS_Runtime* pJSRuntime,const wchar_t* string, unsigned nLen);
  /external/pdfium/fpdfsdk/include/javascript/
JS_Define.h 226 if (JS_DefineObjConst(pRuntime, nObjDefnID, JS_Class_Consts[i].pName, JS_NewString(pRuntime,JS_Class_Consts[i].string)) < 0) return -1;\
440 if (JS_DefineGlobalConst(pRuntime,JS_WIDESTRING(const_name),JS_NewString(pRuntime,JS_WIDESTRING(const_value)))) return -1
  /external/pdfium/fpdfsdk/src/javascript/
JS_Value.cpp 205 m_pValue = JS_NewString(m_isolate,(wchar_t *)pWstr);
  /external/pdfium/fpdfsdk/src/jsapi/
fxjs_v8.cpp 681 v8::Local<v8::Value> JS_NewString(IJS_Runtime* pJSRuntime,const wchar_t* string)
686 v8::Local<v8::Value> JS_NewString(IJS_Runtime* pJSRuntime,const wchar_t* string, unsigned nLen)
    [all...]

Completed in 60 milliseconds