/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fxjs/ |
H A D | fxv8.cpp | 75 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 D | js_define.cpp | 34 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 D | fxv8.h | 37 v8::Local<v8::String> NewStringHelper(v8::Isolate* pIsolate, 39 v8::Local<v8::String> NewStringHelper(v8::Isolate* pIsolate,
|
H A D | cjs_globalconsts.cpp | 15 fxv8::NewStringHelper(info.GetIsolate(), (value))); \
|
H A D | cjs_runtime.cpp | 186 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 D | cfx_v8.cpp | 82 return fxv8::NewStringHelper(pIsolate, str); in NewString()
|
H A D | cfxjs_engine.cpp | 150 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 D | fxv8.cpp | 35 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 D | js_define.cpp | 34 ->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 D | fxv8.h | 23 v8::Local<v8::String> NewStringHelper(v8::Isolate* pIsolate, 25 v8::Local<v8::String> NewStringHelper(v8::Isolate* pIsolate,
|
H A D | cjs_globalconsts.cpp | 15 fxv8::NewStringHelper(info.GetIsolate(), (value))); \
|
H A D | cjs_runtime.cpp | 185 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 D | cfx_v8.cpp | 83 return fxv8::NewStringHelper(pIsolate, str); in NewString()
|
H A D | cfxjs_engine.cpp | 152 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 D | cfxjse_context.cpp | 72 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 D | cfxjse_value.cpp | 63 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 D | cfxjse_class.cpp | 71 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 D | cfxjse_formcalc_context.cpp | 3792 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 D | cfxjse_runtimedata.cpp | 29 fxv8::NewStringHelper(pIsolate, "global")); in Create()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fxjs/xfa/ |
H A D | cfxjse_context.cpp | 74 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 D | cfxjse_class.cpp | 70 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 D | cfxjse_formcalc_context.cpp | 4170 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 D | cfxjse_value.cpp | 63 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 D | cfxjse_runtimedata.cpp | 29 fxv8::NewStringHelper(pIsolate, "global")); in Create()
|