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

1 2

  /external/v8/src/
api.h 191 static inline Local<Context> ToLocal(
193 static inline Local<Value> ToLocal(
195 static inline Local<Name> ToLocal(
197 static inline Local<String> ToLocal(
199 static inline Local<Symbol> ToLocal(
201 static inline Local<RegExp> ToLocal(
203 static inline Local<Object> ToLocal(
205 static inline Local<Object> ToLocal(
207 static inline Local<Array> ToLocal(
209 static inline Local<Map> ToLocal(
    [all...]
accessors.cc 155 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(result, isolate)));
198 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(result, isolate)));
258 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(result, isolate)));
294 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(res, isolate)));
331 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(id, isolate)));
368 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(source, isolate)));
403 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(source, isolate)));
439 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(res, isolate)));
477 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(res, isolate)));
515 info.GetReturnValue().Set(Utils::ToLocal(Handle<Object>(res, isolate)))
    [all...]
date.h 101 int64_t local_ms = ToLocal(time_ms);
107 int64_t ToLocal(int64_t time_ms) {
api.cc 203 Utils::ToLocal(scriptName),
209 Utils::ToLocal(source_map_url),
334 .ToLocal(&source_string)) {
343 if (!ScriptCompiler::Compile(context, &source).ToLocal(&script)) return false;
642 return Utils::ToLocal(isolate->eternal_handles()->Get(index));
826 return Utils::ToLocal(result);
    [all...]
i18n.cc 45 v8::Utils::ToLocal(Handle<String>::cast(object)));
721 v8::String::Utf8Value bcp47_locale(v8::Utils::ToLocal(locale));
800 v8::String::Utf8Value bcp47_locale(v8::Utils::ToLocal(locale));
865 v8::String::Utf8Value bcp47_locale(v8::Utils::ToLocal(locale));
    [all...]
d8.cc 387 source_type).ToLocal(&script)) {
397 if (!maybe_result.ToLocal(&result)) {
430 .ToLocal(&s)) {
610 .ToLocal(&script)) {
616 if (!script->BindToCurrentContext()->Run(realm).ToLocal(&result)) {
666 .ToLocal(&str_obj)) {
827 if (transfer->Get(context, i).ToLocal(&element)) {
862 if (Shell::DeserializeValue(isolate, *data, &offset).ToLocal(&data_value)) {
950 .ToLocal(&stack_trace_string) &&
    [all...]
isolate.cc 779 v8::Utils::ToLocal(receiver), v8::ACCESS_HAS, v8::Utils::ToLocal(data));
843 return callback(v8::Utils::ToLocal(accessing_context),
844 v8::Utils::ToLocal(receiver));
847 return named_callback(v8::Utils::ToLocal(receiver), v8::Utils::ToLocal(key),
848 v8::ACCESS_HAS, v8::Utils::ToLocal(data));
    [all...]
messages.cc 109 v8::Local<v8::Value> api_exception_obj = v8::Utils::ToLocal(exception);
132 : v8::Utils::ToLocal(callback_data));
builtins.cc     [all...]
  /hardware/bsp/intel/peripheral/libmraa/src/javascript/
mraajs.i 48 if(!objret.ToLocal(&$result)){
87 if(!objret.ToLocal(&$result)) {
122 if(!objret.ToLocal(&$result)) {
  /external/v8/samples/
shell.cc 187 if (!ReadFile(args.GetIsolate(), *file).ToLocal(&source)) {
211 if (!ReadFile(args.GetIsolate(), *file).ToLocal(&source)) {
295 .ToLocal(&source)) {
307 if (!ReadFile(isolate, str).ToLocal(&source)) {
356 if (!v8::Script::Compile(context, source, &origin).ToLocal(&script)) {
363 if (!script->Run(context).ToLocal(&result)) {
416 if (try_catch->StackTrace(context).ToLocal(&stack_trace_string) &&
process.cc 206 if (!context->Global()->Get(context, process_name).ToLocal(&process_val) ||
234 if (!Script::Compile(context, script).ToLocal(&compiled_script)) {
243 if (!compiled_script->Run(context).ToLocal(&result)) {
308 if (!process->Call(context, context->Global(), argc, argv).ToLocal(&result)) {
709 if (!ReadFile(isolate, file).ToLocal(&source)) {
  /external/v8/src/runtime/
runtime-i18n.cc 50 v8::String::Utf8Value locale_id(v8::Utils::ToLocal(locale_id_str));
168 v8::Utils::ToLocal(Handle<String>::cast(locale_id)));
382 v8::String::Utf8Value utf8_date(v8::Utils::ToLocal(date_string));
478 v8::String::Utf8Value utf8_number(v8::Utils::ToLocal(number_string));
558 v8::String::Value string_value1(v8::Utils::ToLocal(string1));
559 v8::String::Value string_value2(v8::Utils::ToLocal(string2));
584 v8::String::Value string_value(v8::Utils::ToLocal(stringValue));
665 v8::String::Value text_value(v8::Utils::ToLocal(text));
runtime-compiler.cc 369 return callback(v8::Utils::ToLocal(context));
runtime-test.cc 224 if (!desc->NewInstance(v8_isolate->GetCurrentContext()).ToLocal(&obj)) {
  /external/pdfium/fpdfsdk/src/jsapi/
fxjs_v8.cpp 403 .ToLocal(&compiled_script)) {
410 if (!compiled_script->Run(context).ToLocal(&result)) {
426 if (!objTempl->NewInstance(context).ToLocal(&obj))
441 if (!pObjDef->GetInstanceTemplate()->NewInstance(context).ToLocal(&obj))
563 FXJS_WSToJSString(pIsolate, PropertyName)).ToLocal(&val))
573 if (!pObj->GetPropertyNames(pIsolate->GetCurrentContext()).ToLocal(&val))
674 if (!pArray->Get(pIsolate->GetCurrentContext(), index).ToLocal(&val))
  /external/v8/test/cctest/
test-date.cc 113 int64_t actual = date_cache->ToLocal(time);
cctest.h 359 .ToLocal(&result)) {
424 .ToLocal(&result)) {
444 .ToLocal(&result)) {
test-global-handles.cc 360 local = v8::Utils::ToLocal(eternal_handles->Get(indices[i]));
test-log.cc 507 if (!script->Run(initialize_logger.env()).ToLocal(&result)) {
test-inobject-slack-tracking.cc 33 .ToLocal(&result)) {
    [all...]
  /external/v8/src/wasm/
wasm-js.cc 228 args.GetReturnValue().Set(v8::Utils::ToLocal(object.ToHandleChecked()));
271 args.GetReturnValue().Set(v8::Utils::ToLocal(object.ToHandleChecked()));
  /external/v8/src/profiler/
heap-profiler.cc 60 class_id, Utils::ToLocal(Handle<Object>(wrapper)));
  /external/v8/test/cctest/heap/
test-alloc.cc 115 info.GetReturnValue().Set(v8::Utils::ToLocal(
  /external/v8/src/debug/
debug.cc 58 return v8::Utils::ToLocal(native_context);
    [all...]

Completed in 272 milliseconds

1 2