/external/v8/src/extensions/ |
D | trigger-failure-extension.cc | 23 if (strcmp(*v8::String::Utf8Value(isolate, str), "triggerCheckFalse") == 0) { in GetNativeFunctionTemplate() 27 } else if (strcmp(*v8::String::Utf8Value(isolate, str), in GetNativeFunctionTemplate() 33 CHECK_EQ(0, strcmp(*v8::String::Utf8Value(isolate, str), in GetNativeFunctionTemplate()
|
D | vtunedomain-support-extension.cc | 120 v8::String::Utf8Value domainName(isolate, args[0]); in Mark() 121 v8::String::Utf8Value taskName(isolate, args[1]); in Mark() 122 v8::String::Utf8Value statName(isolate, args[2]); in Mark()
|
D | externalize-string-extension.cc | 47 if (strcmp(*v8::String::Utf8Value(isolate, str), "externalizeString") == 0) { in GetNativeFunctionTemplate() 51 DCHECK_EQ(strcmp(*v8::String::Utf8Value(isolate, str), "isOneByteString"), in GetNativeFunctionTemplate()
|
D | ignition-statistics-extension.cc | 18 DCHECK_EQ(strcmp(*v8::String::Utf8Value(isolate, name), in GetNativeFunctionTemplate()
|
D | statistics-extension.cc | 20 DCHECK_EQ(strcmp(*v8::String::Utf8Value(isolate, str), "getV8Statistics"), 0); in GetNativeFunctionTemplate()
|
/external/v8/samples/ |
D | shell.cc | 100 const char* ToCString(const v8::String::Utf8Value& value) { in ToCString() 136 v8::String::Utf8Value str(args.GetIsolate(), args[i]); in Print() 154 v8::String::Utf8Value file(args.GetIsolate(), args[0]); in Read() 176 v8::String::Utf8Value file(args.GetIsolate(), args[i]); in Load() 338 v8::String::Utf8Value str(isolate, result); in ExecuteString() 350 v8::String::Utf8Value exception(isolate, try_catch->Exception()); in ReportException() 359 v8::String::Utf8Value filename(isolate, in ReportException() 366 v8::String::Utf8Value sourceline( in ReportException() 384 v8::String::Utf8Value stack_trace(isolate, stack_trace_string); in ReportException()
|
D | process.cc | 172 String::Utf8Value value(isolate, arg); in LogCallback() 245 String::Utf8Value error(GetIsolate(), try_catch.Exception()); in ExecuteScript() 255 String::Utf8Value error(GetIsolate(), try_catch.Exception()); in ExecuteScript() 316 String::Utf8Value error(GetIsolate(), try_catch.Exception()); in Process() 387 String::Utf8Value utf8_value(isolate, value); in ObjectToString()
|
D | hello-world.cc | 50 v8::String::Utf8Value utf8(isolate, result); in main()
|
/external/v8/src/d8/ |
D | d8-console.cc | 25 v8::String::Utf8Value str(isolate, str_obj); in WriteToFile() 85 v8::String::Utf8Value utf8(isolate_, label); in Time() 110 v8::String::Utf8Value utf8(isolate_, label); in TimeEnd() 131 v8::String::Utf8Value utf8(isolate_, label); in TimeStamp()
|
D | d8-posix.cc | 159 String::Utf8Value prog(isolate, arg0); in Init() 175 String::Utf8Value utf8_arg(isolate, arg); in Init() 499 String::Utf8Value directory(args.GetIsolate(), args[0]); in ChangeDirectory() 595 String::Utf8Value directory(args.GetIsolate(), args[0]); in MakeDirectory() 611 String::Utf8Value directory(args.GetIsolate(), args[0]); in RemoveDirectory() 627 String::Utf8Value var(args.GetIsolate(), args[0]); in SetEnvironment() 628 String::Utf8Value value(args.GetIsolate(), args[1]); in SetEnvironment() 650 String::Utf8Value var(args.GetIsolate(), args[0]); in UnsetEnvironment()
|
D | d8.cc | 417 String::Utf8Value str(isolate, v->ToString(context).ToLocalChecked()); in UpdateIncludedCategoriesList() 484 v8::String::Utf8Value key(isolate, source); in LookupCodeCache() 503 v8::String::Utf8Value key(isolate, source); in StoreInCodeCache() 693 v8::String::Utf8Value str(isolate, result); in ExecuteString() 698 v8::String::Utf8Value str(isolate, Stringify(isolate, result)); in ExecuteString() 709 String::Utf8Value utf8(isolate, v8_str); in ToSTLString() 1611 v8::String::Utf8Value str(args.GetIsolate(), str_obj); in WriteToFile() 1640 String::Utf8Value file(args.GetIsolate(), args[0]); in Read() 1646 String::Utf8Value format(args.GetIsolate(), args[1]); in Read() 1700 String::Utf8Value file(args.GetIsolate(), args[i]); in Load() [all …]
|
/external/pdfium/fxjs/xfa/ |
D | cfxjse_class.cpp | 110 v8::String::Utf8Value szPropName(info.GetIsolate(), hPropName); in DynPropGetterAdapter_MethodCallback() 203 v8::String::Utf8Value szPropName(info.GetIsolate(), property); in NamedPropertyQueryCallback() 224 v8::String::Utf8Value szPropName(info.GetIsolate(), property); in NamedPropertyGetterCallback() 244 v8::String::Utf8Value szPropName(info.GetIsolate(), property); in NamedPropertySetterCallback()
|
D | cfxjse_arguments.cpp | 53 v8::String::Utf8Value szStringVal(isolate, hString); in GetUTF8String()
|
D | cfxjse_context.cpp | 311 v8::String::Utf8Value error(GetIsolate(), trycatch.Exception()); in ExecuteScript() 318 v8::String::Utf8Value sourceline( in ExecuteScript()
|
D | cfxjse_value.cpp | 429 v8::String::Utf8Value hStringVal(GetIsolate(), hString); in ToString()
|
/external/pdfium/fxjs/ |
D | cfx_v8.cpp | 172 v8::String::Utf8Value s(GetIsolate(), maybe_string.ToLocalChecked()); in ToWideString() 183 v8::String::Utf8Value s(GetIsolate(), maybe_string.ToLocalChecked()); in ToByteString()
|
D | cfxjs_engine.cpp | 562 v8::String::Utf8Value error(GetIsolate(), try_catch.Exception()); in Execute() 572 v8::String::Utf8Value error(GetIsolate(), try_catch.Exception()); in Execute()
|
D | cjs_global.cpp | 28 v8::String::Utf8Value utf8_value(pIsolate, property); in PropFromV8Prop()
|
/external/v8/src/debug/wasm/gdb-server/ |
D | wasm-module-debug.cc | 33 module_name = *(v8::String::Utf8Value(isolate_, name)); in GetModuleName()
|
/external/v8/src/objects/ |
D | js-locale.cc | 235 v8::String::Utf8Value bcp47_tag(v8_isolate, v8::Utils::ToLocal(tag)); in ApplyOptionsToTag()
|
/external/v8/include/ |
D | v8.h | 3382 class V8_EXPORT Utf8Value { 3384 Utf8Value(Isolate* isolate, Local<v8::Value> obj); 3385 ~Utf8Value(); 3391 Utf8Value(const Utf8Value&) = delete; 3392 void operator=(const Utf8Value&) = delete;
|
/external/v8/src/api/ |
D | api.cc | 9299 String::Utf8Value::Utf8Value(v8::Isolate* isolate, v8::Local<v8::Value> obj) in Utf8Value() function in v8::String::Utf8Value 9314 String::Utf8Value::~Utf8Value() { i::DeleteArray(str_); } in ~Utf8Value()
|