/external/pdfium/fxjs/ |
D | fxv8.cpp | 84 v8::Local<v8::String> NewStringHelper(v8::Isolate* pIsolate, in NewStringHelper() function 92 v8::Local<v8::String> NewStringHelper(v8::Isolate* pIsolate, in NewStringHelper() function 94 return NewStringHelper(pIsolate, FX_UTF8Encode(str).AsStringView()); in NewStringHelper() 220 NewStringHelper(pIsolate, bsUTF8PropertyName)) in ReentrantGetObjectPropertyHelper() 256 fxv8::NewStringHelper(pIsolate, bsUTF8PropertyName); in ReentrantHasObjectOwnPropertyHelper() 268 v8::Local<v8::String> name = NewStringHelper(pIsolate, bsUTF8PropertyName); in ReentrantSetObjectOwnPropertyHelper() 281 v8::Local<v8::String> name = NewStringHelper(pIsolate, bsUTF8PropertyName); in ReentrantPutObjectPropertyHelper() 291 fxv8::NewStringHelper(pIsolate, bsUTF8PropertyName)) in ReentrantDeleteObjectPropertyHelper() 333 pIsolate->ThrowException(NewStringHelper(pIsolate, str)); in ThrowExceptionHelper() 337 pIsolate->ThrowException(NewStringHelper(pIsolate, str)); in ThrowExceptionHelper()
|
D | js_define.cpp | 38 context->Global()->Get(context, fxv8::NewStringHelper(pIsolate, "Date")); in JS_DateParse() 45 maybe_value = obj->Get(context, fxv8::NewStringHelper(pIsolate, "parse")); in JS_DateParse() 52 fxv8::NewStringHelper(pIsolate, str.AsStringView()), in JS_DateParse()
|
D | cjs_globalconsts.cpp | 15 fxv8::NewStringHelper(info.GetIsolate(), (value))); \
|
D | fxv8.h | 42 v8::Local<v8::String> NewStringHelper(v8::Isolate* pIsolate, 44 v8::Local<v8::String> NewStringHelper(v8::Isolate* pIsolate,
|
D | cjs_runtime.cpp | 191 v8::Local<v8::String> str = fxv8::NewStringHelper(GetIsolate(), utf8Name); in GetValueByNameFromGlobalObject() 207 v8::Local<v8::String> str = fxv8::NewStringHelper(pIsolate, utf8Name); in SetValueByNameInGlobalObject()
|
D | cfx_v8.cpp | 80 return fxv8::NewStringHelper(GetIsolate(), str); in NewString()
|
D | cfxjs_engine.cpp | 192 fxv8::NewStringHelper(isolate, "global")); in CFXJS_ObjDefinition() 293 fxv8::NewStringHelper(pIsolate, "global")); in GetGlobalObjectTemplate()
|
/external/pdfium/fxjs/xfa/ |
D | cfxjse_context.cpp | 83 v8::Local<v8::String> hNameStr = fxv8::NewStringHelper(pIsolate, "name"); in CreateReturnValue() 90 fxv8::NewStringHelper(pIsolate, "Error"); in CreateReturnValue() 94 fxv8::NewStringHelper(pIsolate, "message"); in CreateReturnValue() 102 v8::Local<v8::String> hErrorStr = fxv8::NewStringHelper(pIsolate, "Error"); in CreateReturnValue() 188 fxv8::NewStringHelper(pIsolate, "global")); in Create() 249 fxv8::NewStringHelper(GetIsolate(), bsScript); in ExecuteScript() 266 v8::Local<v8::String> hEval = fxv8::NewStringHelper( in ExecuteScript()
|
D | cjx_hostpseudomodel.cpp | 89 *pValue = fxv8::NewStringHelper(pIsolate, "Exchange"); in appType() 139 *pValue = fxv8::NewStringHelper(pIsolate, lang.AsStringView()); in language() 173 *pValue = fxv8::NewStringHelper(pIsolate, plat.AsStringView()); in platform() 194 *pValue = fxv8::NewStringHelper(pIsolate, bsTitle.AsStringView()); in title() 227 *pValue = fxv8::NewStringHelper(pIsolate, "Full"); in variation() 239 *pValue = fxv8::NewStringHelper(pIsolate, "11"); in version() 255 *pValue = fxv8::NewStringHelper(pIsolate, bsName.AsStringView()); in name()
|
D | cfxjse_class.cpp | 81 fxv8::NewStringHelper(info.GetIsolate(), szStringVal.AsStringView())); in Context_GlobalObjToString() 154 1, fxv8::NewStringHelper(pIsolate, szPropName)); in DynPropGetterAdapter() 303 fxv8::NewStringHelper(pIsolate, pClassDescriptor->name); in Create() 320 fxv8::NewStringHelper(pIsolate, method.name), fun, in Create() 330 hObjectTemplate->Set(fxv8::NewStringHelper(pIsolate, "toString"), fn); in Create()
|
D | cfxjse_formcalc_context.cpp | 1700 fxv8::NewStringHelper(info.GetIsolate(), bsFormat.AsStringView())); in DateFmt() 1809 fxv8::NewStringHelper(info.GetIsolate(), bsFormat.AsStringView())); in LocalDateFmt() 1847 fxv8::NewStringHelper(info.GetIsolate(), bsFormat.AsStringView())); in LocalTimeFmt() 1989 fxv8::NewStringHelper(info.GetIsolate(), bsLocalDate.AsStringView())); in Num2Date() 2037 fxv8::NewStringHelper(info.GetIsolate(), bsGMTTime.AsStringView())); in Num2GMTime() 2085 fxv8::NewStringHelper(info.GetIsolate(), bsLocalTime.AsStringView())); in Num2Time() 2224 fxv8::NewStringHelper(info.GetIsolate(), bsFormat.AsStringView())); in TimeFmt() 2844 fxv8::NewStringHelper(info.GetIsolate(), bsChosen.AsStringView())); in Choose() 2853 fxv8::NewStringHelper(info.GetIsolate(), bsChosen.AsStringView())); in Choose() 3139 fxv8::NewStringHelper(info.GetIsolate(), "cm")); in UnitType() [all …]
|
D | cjx_script.cpp | 29 *pValue = fxv8::NewStringHelper(pIsolate, "0"); in stateless()
|
D | cjx_field.cpp | 279 fxv8::NewStringHelper(pIsolate, content.ToUTF8().AsStringView()); in defaultValue() 293 *pValue = fxv8::NewStringHelper(pIsolate, content.ToUTF8().AsStringView()); in defaultValue() 310 *pValue = fxv8::NewStringHelper( in editValue() 335 *pValue = fxv8::NewStringHelper( in formattedValue()
|
D | cjx_draw.cpp | 39 : fxv8::NewStringHelper(pIsolate, content.AsStringView()) in defaultValue()
|
D | cjx_object.cpp | 103 return fxv8::NewStringHelper( in ColorToV8String() 148 *pValue = fxv8::NewStringHelper(pIsolate, GetXFAObject()->GetClassName()); in className() 992 *pValue = fxv8::NewStringHelper( in ScriptAttributeString() 1066 *pValue = fxv8::NewStringHelper(pIsolate, GetBoolean(eAttribute) ? "1" : "0"); in ScriptAttributeBool() 1153 *pValue = fxv8::NewStringHelper( in ScriptSomBorderWidth() 1226 *pValue = fxv8::NewStringHelper(pIsolate, wsMessage.ToUTF8().AsStringView()); in ScriptSomMessage() 1316 *pValue = fxv8::NewStringHelper(pIsolate, content.ToUTF8().AsStringView()); in ScriptSomDefaultValue() 1334 *pValue = fxv8::NewStringHelper(pIsolate, content.ToUTF8().AsStringView()); in ScriptSomDefaultValue_Read() 1370 *pValue = fxv8::NewStringHelper( in ScriptSomMandatory()
|
D | cfxjse_runtimedata.cpp | 36 fxv8::NewStringHelper(pIsolate, "global")); in Create()
|
D | cfxjse_value.cpp | 70 v8::Local<v8::String> hMessage = fxv8::NewStringHelper(pIsolate, utf8Message); in FXJSE_ThrowMessage() 198 v8::Local<v8::String> hBinderFuncSource = fxv8::NewStringHelper( in NewBoundFunction() 364 m_hValue.Reset(pIsolate, fxv8::NewStringHelper(pIsolate, szString)); in SetString()
|
D | cjx_packet.cpp | 101 *pValue = fxv8::NewStringHelper(pIsolate, wsTextData.ToUTF8().AsStringView()); in content()
|
D | cjx_eventpseudomodel.cpp | 31 *pReturn = fxv8::NewStringHelper(pIsolate, wsValue->ToUTF8().AsStringView()); in StringProperty() 134 *pValue = fxv8::NewStringHelper( in newText()
|
D | cjx_subform.cpp | 102 fxv8::NewStringHelper(pIsolate, wsLocaleName.ToUTF8().AsStringView()); in locale()
|
D | cjx_form.cpp | 139 *pValue = fxv8::NewStringHelper( in checksumS()
|
D | cjx_exclgroup.cpp | 134 *pValue = fxv8::NewStringHelper(pIsolate, wsValue.ToUTF8().AsStringView()); in defaultValue()
|
D | cjx_tree.cpp | 200 *pValue = fxv8::NewStringHelper(pIsolate, bsSOMExpression.AsStringView()); in somExpression()
|
D | cjx_node.cpp | 404 *pValue = fxv8::NewStringHelper( in ns()
|