Searched refs:FXJS_NewString (Results 1 – 5 of 5) sorted by relevance
136 FXJS_NewString(pRuntime->GetIsolate(), pValue)); in END_JS_STATIC_CONST()
219 : FXJS_NewString(pIsolate, JS_Class_Consts[i].string)); \
190 m_pValue = FXJS_NewString(m_pJSRuntime->GetIsolate(), (wchar_t*)pWstr); in operator =()
232 v8::Local<v8::Value> FXJS_NewString(v8::Isolate* pIsolate,
715 v8::Local<v8::Value> FXJS_NewString(v8::Isolate* pIsolate, in FXJS_NewString() function