HomeSort by relevance Sort by last modified time
    Searched refs:Utf8Value (Results 1 - 25 of 39) sorted by null

1 2

  /external/v8/src/extensions/
trigger-failure-extension.cc 23 if (strcmp(*v8::String::Utf8Value(str), "triggerCheckFalse") == 0) {
27 } else if (strcmp(*v8::String::Utf8Value(str), "triggerAssertFalse") == 0) {
32 CHECK_EQ(0, strcmp(*v8::String::Utf8Value(str), "triggerSlowAssertFalse"));
ignition-statistics-extension.cc 17 DCHECK_EQ(strcmp(*v8::String::Utf8Value(name), "getIgnitionDispatchCounters"),
externalize-string-extension.cc 47 if (strcmp(*v8::String::Utf8Value(str), "externalizeString") == 0) {
51 DCHECK(strcmp(*v8::String::Utf8Value(str), "isOneByteString") == 0);
statistics-extension.cc 20 DCHECK(strcmp(*v8::String::Utf8Value(str), "getV8Statistics") == 0);
  /external/v8/test/cctest/
print-extension.cc 43 v8::String::Utf8Value str(args[i]);
test-global-object.cc 52 v8::String::Utf8Value exception(try_catch.Exception());
test-heap-profiler.cc 115 v8::String::Utf8Value prop_name(prop->GetName());
128 v8::String::Utf8Value node_name(node->GetName());
325 v8::String::Utf8Value anonymous_name(anonymous->GetName());
    [all...]
test-log.cc 517 v8::String::Utf8Value exception(try_catch.Exception());
523 v8::String::Utf8Value exception(try_catch.Exception());
  /external/skia/experimental/SkV8Example/
Global.cpp 17 // Extracts a C string from a V8 Utf8Value.
18 static const char* to_cstring(const v8::String::Utf8Value& value) {
35 v8::String::Utf8Value exception(tryCatch->Exception());
44 v8::String::Utf8Value filename(message->GetScriptOrigin().ResourceName());
50 v8::String::Utf8Value sourceline(message->GetSourceLine());
63 v8::String::Utf8Value stackTrace(tryCatch->StackTrace());
93 v8::String::Utf8Value str(args[i]);
169 v8::String::Utf8Value str(result);
JsContext.cpp 18 // Extracts a C string from a V8 Utf8Value.
20 static const char* to_cstring(const v8::String::Utf8Value& value) {
100 v8::String::Utf8Value str(result);
  /external/v8/samples/
hello-world.cc 62 String::Utf8Value utf8(result);
shell.cc 110 // Extracts a C string from a V8 Utf8Value.
111 const char* ToCString(const v8::String::Utf8Value& value) {
160 v8::String::Utf8Value str(args[i]);
179 v8::String::Utf8Value file(args[0]);
203 v8::String::Utf8Value file(args[i]);
374 v8::String::Utf8Value str(result);
386 v8::String::Utf8Value exception(try_catch->Exception());
395 v8::String::Utf8Value filename(message->GetScriptOrigin().ResourceName());
401 v8::String::Utf8Value sourceline(
419 v8::String::Utf8Value stack_trace(stack_trace_string)
    [all...]
process.cc 160 String::Utf8Value value(arg);
235 String::Utf8Value error(try_catch.Exception());
245 String::Utf8Value error(try_catch.Exception());
309 String::Utf8Value error(try_catch.Exception());
381 String::Utf8Value utf8_value(value);
  /external/v8/test/cctest/wasm/
test-wasm-stack.cc 41 script.IsEmpty() ? "<null>" : *v8::String::Utf8Value(script),
42 func.IsEmpty() ? "<null>" : *v8::String::Utf8Value(func),
68 v8::String::Utf8Value funName(frame->GetFunctionName());
test-wasm-trap-position.cc 54 v8::String::Utf8Value funName(frame->GetFunctionName());
  /external/pdfium/xfa/src/fxjse/src/
dynprop.cpp 19 v8::String::Utf8Value szPropName(hPropName);
121 v8::String::Utf8Value szPropName(hPropName);
143 v8::String::Utf8Value szPropName(hPropName);
167 v8::String::Utf8Value szPropName(hPropName);
236 v8::String::Utf8Value szPropName(hPropName);
266 v8::String::Utf8Value szPropName(hPropName);
290 v8::String::Utf8Value szPropName(property);
313 v8::String::Utf8Value szPropName(property);
331 v8::String::Utf8Value szPropName(property);
350 v8::String::Utf8Value szPropName(property);
    [all...]
context.cpp 119 v8::String::Utf8Value hStringVal0(
122 v8::String::Utf8Value hStringVal1(
value.h 146 v8::String::Utf8Value hStringVal(hString);
class.cpp 193 v8::String::Utf8Value szStringVal(hString);
  /external/v8/src/
d8-posix.cc 174 String::Utf8Value prog(arg0);
192 String::Utf8Value utf8_arg(arg);
562 String::Utf8Value directory(args[0]);
681 String::Utf8Value directory(args[0]);
701 String::Utf8Value directory(args[0]);
721 String::Utf8Value var(args[0]);
722 String::Utf8Value value(args[1]);
751 String::Utf8Value var(args[0]);
i18n.cc 45 v8::String::Utf8Value utf8_string(
724 v8::String::Utf8Value bcp47_locale(v8::Utils::ToLocal(locale));
787 v8::String::Utf8Value bcp47_locale(v8::Utils::ToLocal(locale));
850 v8::String::Utf8Value bcp47_locale(v8::Utils::ToLocal(locale));
909 v8::String::Utf8Value bcp47_locale(v8::Utils::ToLocal(locale));
    [all...]
d8.cc 278 const char* Shell::ToCString(const v8::String::Utf8Value& value) {
411 v8::String::Utf8Value str(result);
417 v8::String::Utf8Value str(Stringify(isolate, result));
670 v8::String::Utf8Value str(str_obj);
681 String::Utf8Value file(args[0]);
735 String::Utf8Value file(args[i]);
789 String::Utf8Value script(args[0]);
917 v8::String::Utf8Value exception(try_catch->Exception());
926 v8::String::Utf8Value filename(message->GetScriptOrigin().ResourceName());
935 v8::String::Utf8Value sourcelinevalue(sourceline)
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
JS_Define.h 354 v8::String::Utf8Value utf8_value(property);
377 v8::String::Utf8Value utf8_value(property);
404 v8::String::Utf8Value utf8_value(property);
427 v8::String::Utf8Value utf8_value(property);
  /external/v8/src/runtime/
runtime-i18n.cc 71 v8::String::Utf8Value locale_id(v8::Utils::ToLocal(locale_id_str));
188 v8::String::Utf8Value utf8_locale_id(
400 v8::String::Utf8Value utf8_date(v8::Utils::ToLocal(date_string));
490 v8::String::Utf8Value utf8_number(v8::Utils::ToLocal(number_string));
    [all...]
  /external/pdfium/fpdfsdk/src/jsapi/
fxjs_v8.cpp 404 v8::String::Utf8Value error(try_catch.Exception());
411 v8::String::Utf8Value error(try_catch.Exception());
762 v8::String::Utf8Value s(pValue->ToString(context).ToLocalChecked());

Completed in 394 milliseconds

1 2