Lines Matching refs:ToLocal
164 if (!expr.ToLocal(&var)) { \
176 return Utils::ToLocal(v8_str(reinterpret_cast<i::Isolate*>(isolate), str));
556 streaming->Abort(Utils::ToLocal(thrower.Reify()));
610 Utils::ToLocal(i::Handle<i::Object>::cast(data)), 1));
614 Utils::ToLocal(i::Handle<i::Object>::cast(data)), 1));
744 return_value.Set(Utils::ToLocal(i::Handle<i::JSObject>::cast(module_obj)));
757 args.GetReturnValue().Set(Utils::ToLocal(imports));
770 args.GetReturnValue().Set(Utils::ToLocal(exports));
798 args.GetReturnValue().Set(Utils::ToLocal(custom_sections));
852 args.GetReturnValue().Set(Utils::ToLocal(instance_obj));
918 Utils::ToLocal(i::Handle<i::Object>::cast(data)), 1));
922 Utils::ToLocal(i::Handle<i::Object>::cast(data)), 1));
1054 if (!object->Get(context, property).ToLocal(&value)) {
1151 if (!maybe.ToLocal(&value)) return;
1153 if (!value->ToString(context).ToLocal(&string)) return;
1226 return_value.Set(Utils::ToLocal(i::Handle<i::JSObject>::cast(table_obj)));
1266 if (maybe_value.ToLocal(&value)) {
1314 args.GetReturnValue().Set(Utils::ToLocal(memory_obj));
1325 if (!maybe.ToLocal(&value)) return false;
1327 if (!value->ToString(context).ToLocal(&string)) return false;
1361 if (!value->ToInt32(context).ToLocal(&int32_value)) return false;
1370 if (!value->ToBigInt(context).ToLocal(&bigint_value)) return false;
1380 if (!value->ToNumber(context).ToLocal(&number_value)) return false;
1390 if (!value->ToNumber(context).ToLocal(&number_value)) return false;
1422 if (maybe.ToLocal(&value)) {
1550 args.GetReturnValue().Set(Utils::ToLocal(global_js_object));
1557 Local<String> length = Utils::ToLocal(isolate->factory()->length_string());
1593 if (!parameters_maybe.ToLocal(¶meters_value) ||
1628 args.GetReturnValue().Set(Utils::ToLocal(tag_object));
1656 args.GetReturnValue().Set(Utils::ToLocal(suspender));
1779 Utils::ToLocal(i::Handle<i::Object>::cast(runtime_exception)));
1805 if (!parameters_maybe.ToLocal(¶meters_value) ||
1826 if (!results_maybe.ToLocal(&results_value)) return;
1878 args.GetReturnValue().Set(Utils::ToLocal(callable));
1890 args.GetReturnValue().Set(Utils::ToLocal(callable));
1902 args.GetReturnValue().Set(Utils::ToLocal(result));
1941 args.GetReturnValue().Set(Utils::ToLocal(type));
1971 args.GetReturnValue().Set(Utils::ToLocal(exports_object));
2057 return_value.Set(Utils::ToLocal(result));
2114 args.GetReturnValue().Set(Utils::ToLocal(type));
2175 return_value.Set(Utils::ToLocal(buffer));
2198 args.GetReturnValue().Set(Utils::ToLocal(type));
2219 args.GetReturnValue().Set(Utils::ToLocal(type));
2344 result = Utils::ToLocal(i::Handle<i::Object>(obj, i_isolate));
2421 return_value.Set(Utils::ToLocal(receiver->GetRef()));
2430 return_value.Set(Utils::ToLocal(result));
2493 if (!args[0]->ToBigInt(context).ToLocal(&bigint_value)) return;
2558 args.GetReturnValue().Set(Utils::ToLocal(type));
2591 // Upcast to JSFunction to re-use the existing ToLocal helper below.
2600 args.GetReturnValue().Set(Utils::ToLocal(result));
2637 args.GetReturnValue().Set(Utils::ToLocal(result));
2709 Utils::ToLocal(object)->SetAccessorProperty(Utils::ToLocal(name),
2710 Utils::ToLocal(function),
2730 Utils::ToLocal(object)->SetAccessorProperty(
2731 Utils::ToLocal(name), Utils::ToLocal(getter_func),
2732 Utils::ToLocal(setter_func), v8::None);