Home
last modified time | relevance | path

Searched refs:NewStringHelper (Results 1 – 24 of 24) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fxjs/
H A Dfxv8.cpp75 v8::Local<v8::String> NewStringHelper(v8::Isolate* pIsolate, in NewStringHelper() function
82 v8::Local<v8::String> NewStringHelper(v8::Isolate* pIsolate, in NewStringHelper() function
84 return NewStringHelper(pIsolate, FX_UTF8Encode(str).AsStringView()); in NewStringHelper()
189 NewStringHelper(pIsolate, bsUTF8PropertyName)) in ReentrantGetObjectPropertyHelper()
226 fxv8::NewStringHelper(pIsolate, bsUTF8PropertyName); in ReentrantHasObjectOwnPropertyHelper()
241 v8::Local<v8::String> name = NewStringHelper(pIsolate, bsUTF8PropertyName); in ReentrantSetObjectOwnPropertyHelper()
255 v8::Local<v8::String> name = NewStringHelper(pIsolate, bsUTF8PropertyName); in ReentrantPutObjectPropertyHelper()
265 fxv8::NewStringHelper(pIsolate, bsUTF8PropertyName)) in ReentrantDeleteObjectPropertyHelper()
302 pIsolate->ThrowException(NewStringHelper(pIsolate, str)); in ThrowExceptionHelper()
306 pIsolate->ThrowException(NewStringHelper(pIsolate, str)); in ThrowExceptionHelper()
H A Djs_define.cpp34 context->Global()->Get(context, fxv8::NewStringHelper(pIsolate, "Date")); in JS_DateParse()
41 maybe_value = obj->Get(context, fxv8::NewStringHelper(pIsolate, "parse")); in JS_DateParse()
48 fxv8::NewStringHelper(pIsolate, str.AsStringView()), in JS_DateParse()
H A Dfxv8.h37 v8::Local<v8::String> NewStringHelper(v8::Isolate* pIsolate,
39 v8::Local<v8::String> NewStringHelper(v8::Isolate* pIsolate,
H A Dcjs_globalconsts.cpp15 fxv8::NewStringHelper(info.GetIsolate(), (value))); \
H A Dcjs_runtime.cpp186 v8::Local<v8::String> str = fxv8::NewStringHelper(GetIsolate(), utf8Name); in GetValueByNameFromGlobalObject()
205 v8::Local<v8::String> str = fxv8::NewStringHelper(pIsolate, utf8Name); in SetValueByNameInGlobalObject()
H A Dcfx_v8.cpp82 return fxv8::NewStringHelper(pIsolate, str); in NewString()
H A Dcfxjs_engine.cpp150 fxv8::NewStringHelper(isolate, "global")); in CFXJS_ObjDefinition()
235 fxv8::NewStringHelper(pIsolate, "global")); in GetGlobalObjectTemplate()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fxjs/
H A Dfxv8.cpp35 v8::Local<v8::String> NewStringHelper(v8::Isolate* pIsolate, in NewStringHelper() function
42 v8::Local<v8::String> NewStringHelper(v8::Isolate* pIsolate, in NewStringHelper() function
44 return NewStringHelper(pIsolate, FX_UTF8Encode(str).AsStringView()); in NewStringHelper()
134 NewStringHelper(pIsolate, bsUTF8PropertyName)) in ReentrantGetObjectPropertyHelper()
168 v8::Local<v8::String> name = NewStringHelper(pIsolate, bsUTF8PropertyName); in ReentrantPutObjectPropertyHelper()
203 pIsolate->ThrowException(NewStringHelper(pIsolate, str)); in ThrowExceptionHelper()
207 pIsolate->ThrowException(NewStringHelper(pIsolate, str)); in ThrowExceptionHelper()
H A Djs_define.cpp34 ->Get(context, fxv8::NewStringHelper(pIsolate, "Date")) in JS_DateParse()
38 v = o->Get(context, fxv8::NewStringHelper(pIsolate, "parse")) in JS_DateParse()
44 fxv8::NewStringHelper(pIsolate, str.AsStringView()); in JS_DateParse()
H A Dfxv8.h23 v8::Local<v8::String> NewStringHelper(v8::Isolate* pIsolate,
25 v8::Local<v8::String> NewStringHelper(v8::Isolate* pIsolate,
H A Dcjs_globalconsts.cpp15 fxv8::NewStringHelper(info.GetIsolate(), (value))); \
H A Dcjs_runtime.cpp185 v8::Local<v8::String> str = fxv8::NewStringHelper(GetIsolate(), utf8Name); in GetValueByNameFromGlobalObject()
204 v8::Local<v8::String> str = fxv8::NewStringHelper(pIsolate, utf8Name); in SetValueByNameInGlobalObject()
H A Dcfx_v8.cpp83 return fxv8::NewStringHelper(pIsolate, str); in NewString()
H A Dcfxjs_engine.cpp152 fxv8::NewStringHelper(isolate, "global")); in CFXJS_ObjDefinition()
237 fxv8::NewStringHelper(pIsolate, "global")); in GetGlobalObjectTemplate()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fxjs/xfa/
H A Dcfxjse_context.cpp72 v8::Local<v8::String> hNameStr = fxv8::NewStringHelper(pIsolate, "name"); in CreateReturnValue()
79 fxv8::NewStringHelper(pIsolate, "Error"); in CreateReturnValue()
83 fxv8::NewStringHelper(pIsolate, "message"); in CreateReturnValue()
91 v8::Local<v8::String> hErrorStr = fxv8::NewStringHelper(pIsolate, "Error"); in CreateReturnValue()
194 fxv8::NewStringHelper(pIsolate, "global")); in Create()
255 fxv8::NewStringHelper(GetIsolate(), szScript); in ExecuteScript()
276 v8::Local<v8::String> hEval = fxv8::NewStringHelper( in ExecuteScript()
H A Dcfxjse_value.cpp63 v8::Local<v8::String> hMessage = fxv8::NewStringHelper(pIsolate, utf8Message); in FXJSE_ThrowMessage()
170 fxv8::NewStringHelper(GetIsolate(), szPropName)) in DeleteObjectProperty()
182 v8::Local<v8::String> hKey = fxv8::NewStringHelper(GetIsolate(), szPropName); in HasObjectOwnProperty()
202 fxv8::NewStringHelper(GetIsolate(), szPropName); in SetObjectOwnProperty()
230 fxv8::NewStringHelper(GetIsolate(), in SetFunctionBind()
407 m_hValue.Reset(GetIsolate(), fxv8::NewStringHelper(GetIsolate(), szString)); in SetString()
H A Dcfxjse_class.cpp71 fxv8::NewStringHelper(info.GetIsolate(), szStringVal.AsStringView())); in Context_GlobalObjToString()
142 1, fxv8::NewStringHelper(pIsolate, szPropName)); in DynPropGetterAdapter()
285 fxv8::NewStringHelper(pIsolate, lpClassDefinition->name)); in Create()
299 fxv8::NewStringHelper(pIsolate, lpClassDefinition->methods[i].name), in Create()
311 hObjectTemplate->Set(fxv8::NewStringHelper(pIsolate, "toString"), fn); in Create()
H A Dcfxjse_formcalc_context.cpp3792 info.GetReturnValue().Set(fxv8::NewStringHelper( in Left()
4062 info.GetReturnValue().Set(fxv8::NewStringHelper( in Right()
4110 info.GetReturnValue().Set(fxv8::NewStringHelper( in Space()
4228 info.GetReturnValue().Set(fxv8::NewStringHelper( in Str()
4280 info.GetReturnValue().Set(fxv8::NewStringHelper( in Stuff()
4322 info.GetReturnValue().Set(fxv8::NewStringHelper( in Substr()
4341 info.GetReturnValue().Set(fxv8::NewStringHelper( in Uuid()
4378 info.GetReturnValue().Set(fxv8::NewStringHelper( in Upper()
4428 info.GetReturnValue().Set(fxv8::NewStringHelper( in WordNum()
4518 info.GetReturnValue().Set(fxv8::NewStringHelper( in Post()
[all …]
H A Dcfxjse_runtimedata.cpp29 fxv8::NewStringHelper(pIsolate, "global")); in Create()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fxjs/xfa/
H A Dcfxjse_context.cpp74 v8::Local<v8::String> hNameStr = fxv8::NewStringHelper(pIsolate, "name"); in CreateReturnValue()
81 fxv8::NewStringHelper(pIsolate, "Error"); in CreateReturnValue()
85 fxv8::NewStringHelper(pIsolate, "message"); in CreateReturnValue()
93 v8::Local<v8::String> hErrorStr = fxv8::NewStringHelper(pIsolate, "Error"); in CreateReturnValue()
181 fxv8::NewStringHelper(pIsolate, "global")); in Create()
242 fxv8::NewStringHelper(GetIsolate(), szScript); in ExecuteScript()
261 v8::Local<v8::String> hEval = fxv8::NewStringHelper( in ExecuteScript()
H A Dcfxjse_class.cpp70 fxv8::NewStringHelper(info.GetIsolate(), szStringVal.AsStringView())); in Context_GlobalObjToString()
141 1, fxv8::NewStringHelper(pIsolate, szPropName)); in DynPropGetterAdapter()
278 fxv8::NewStringHelper(pIsolate, lpClassDefinition->name); in Create()
296 fxv8::NewStringHelper(pIsolate, lpClassDefinition->methods[i].name), in Create()
308 hObjectTemplate->Set(fxv8::NewStringHelper(pIsolate, "toString"), fn); in Create()
H A Dcfxjse_formcalc_context.cpp4170 info.GetReturnValue().Set(fxv8::NewStringHelper( in Left()
4439 info.GetReturnValue().Set(fxv8::NewStringHelper( in Right()
4487 info.GetReturnValue().Set(fxv8::NewStringHelper( in Space()
4605 info.GetReturnValue().Set(fxv8::NewStringHelper( in Str()
4658 info.GetReturnValue().Set(fxv8::NewStringHelper( in Stuff()
4701 info.GetReturnValue().Set(fxv8::NewStringHelper( in Substr()
4720 info.GetReturnValue().Set(fxv8::NewStringHelper( in Uuid()
4755 info.GetReturnValue().Set(fxv8::NewStringHelper( in Upper()
4804 info.GetReturnValue().Set(fxv8::NewStringHelper( in WordNum()
4894 info.GetReturnValue().Set(fxv8::NewStringHelper( in Post()
[all …]
H A Dcfxjse_value.cpp63 v8::Local<v8::String> hMessage = fxv8::NewStringHelper(pIsolate, utf8Message); in FXJSE_ThrowMessage()
172 v8::Local<v8::String> hKey = fxv8::NewStringHelper(pIsolate, szPropName); in HasObjectOwnProperty()
207 fxv8::NewStringHelper(pIsolate, in SetBoundFunction()
375 m_hValue.Reset(pIsolate, fxv8::NewStringHelper(pIsolate, szString)); in SetString()
H A Dcfxjse_runtimedata.cpp29 fxv8::NewStringHelper(pIsolate, "global")); in Create()