Lines Matching defs:i_isolate

1248   i::Isolate* i_isolate = Utils::OpenHandle(this)->GetIsolate();
1249 ENTER_V8_NO_SCRIPT_NO_EXCEPTION(i_isolate);
1251 i_isolate);
1252 if (result->IsUndefined(i_isolate)) {
1255 *ObjectTemplateNew(i_isolate, Local<FunctionTemplate>(), true));
1263 i::Isolate* i_isolate = Utils::OpenHandle(this)->GetIsolate();
1264 ENTER_V8_NO_SCRIPT_NO_EXCEPTION(i_isolate);
1267 CHECK(info->prototype_template()->IsUndefined(i_isolate));
1268 CHECK(info->parent_template()->IsUndefined(i_isolate));
1282 i::Isolate* i_isolate = info->GetIsolate();
1283 ENTER_V8_NO_SCRIPT_NO_EXCEPTION(i_isolate);
1284 CHECK(info->prototype_provider_template()->IsUndefined(i_isolate));
1326 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate);
1329 LOG_API(i_isolate, FunctionTemplate, New);
1330 ENTER_V8_NO_SCRIPT_NO_EXCEPTION(i_isolate);
1331 auto templ = FunctionTemplateNew(i_isolate, callback, nullptr, data,
1339 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate);
1340 i::FixedArray* templates = i_isolate->heap()->serialized_templates();
1356 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate);
1357 LOG_API(i_isolate, FunctionTemplate, NewWithFastHandler);
1358 ENTER_V8_NO_SCRIPT_NO_EXCEPTION(i_isolate);
1359 return FunctionTemplateNew(i_isolate, callback, fast_handler, data, signature,
1366 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate);
1367 LOG_API(i_isolate, FunctionTemplate, NewWithCache);
1368 ENTER_V8_NO_SCRIPT_NO_EXCEPTION(i_isolate);
1369 return FunctionTemplateNew(i_isolate, callback, nullptr, data, signature,
1576 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate);
1577 i::FixedArray* templates = i_isolate->heap()->serialized_templates();
2228 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate);
2238 return ToApiHandle<Module>(i_isolate->factory()->NewModule(shared));
2849 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate);
2850 ENTER_V8(i_isolate);
2851 i_isolate->PrintCurrentStackTrace(out);
2882 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate);
2883 ENTER_V8(i_isolate);
2888 i_isolate->CaptureCurrentStackTrace(frame_limit, options);
6597 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate);
6598 LOG_API(i_isolate, External, New);
6599 ENTER_V8_NO_SCRIPT_NO_EXCEPTION(i_isolate);
6600 i::Handle<i::JSObject> external = i_isolate->factory()->NewExternal(value);
6677 i::Isolate* i_isolate = reinterpret_cast<internal::Isolate*>(isolate); \
6678 ENTER_V8_NO_SCRIPT_NO_EXCEPTION(i_isolate); \
6679 LOG_API(i_isolate, class_name, function_name); \
6682 NewString(i_isolate->factory(), type, \
6764 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate);
6765 ENTER_V8_NO_SCRIPT_NO_EXCEPTION(i_isolate);
6766 LOG_API(i_isolate, String, NewExternalTwoByte);
6768 i::Handle<i::String> string = i_isolate->factory()
6771 i_isolate->heap()->RegisterExternalString(*string);
6776 return Utils::ToLocal(i_isolate->factory()->empty_string());
6794 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate);
6795 ENTER_V8_NO_SCRIPT_NO_EXCEPTION(i_isolate);
6796 LOG_API(i_isolate, String, NewExternalOneByte);
6798 i::Handle<i::String> string = i_isolate->factory()
6801 i_isolate->heap()->RegisterExternalString(*string);
6806 return Utils::ToLocal(i_isolate->factory()->empty_string());
6875 i::Isolate* i_isolate = Utils::OpenHandle(this)->GetIsolate();
6876 return reinterpret_cast<Isolate*>(i_isolate);
6881 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate);
6882 LOG_API(i_isolate, Object, New);
6883 ENTER_V8_NO_SCRIPT_NO_EXCEPTION(i_isolate);
6885 i_isolate->factory()->NewJSObject(i_isolate->object_function());
6891 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate);
6892 LOG_API(i_isolate, NumberObject, New);
6893 ENTER_V8_NO_SCRIPT_NO_EXCEPTION(i_isolate);
6894 i::Handle<i::Object> number = i_isolate->factory()->NewNumber(value);
6896 i::Object::ToObject(i_isolate, number).ToHandleChecked();
6911 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate);
6912 LOG_API(i_isolate, BooleanObject, New);
6913 ENTER_V8_NO_SCRIPT_NO_EXCEPTION(i_isolate);
6914 i::Handle<i::Object> boolean(value ? i_isolate->heap()->true_value()
6915 : i_isolate->heap()->false_value(),
6916 i_isolate);
6918 i::Object::ToObject(i_isolate, boolean).ToHandleChecked();
6959 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate);
6960 LOG_API(i_isolate, SymbolObject, New);
6961 ENTER_V8_NO_SCRIPT_NO_EXCEPTION(i_isolate);
6963 i_isolate, Utils::OpenHandle(*value)).ToHandleChecked();
7009 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate);
7010 LOG_API(i_isolate, Date, DateTimeConfigurationChangeNotification);
7011 ENTER_V8_NO_SCRIPT_NO_EXCEPTION(i_isolate);
7012 i_isolate->date_cache()->ResetDateCache();
7013 if (!i_isolate->eternal_handles()->Exists(
7018 i::Handle<i::FixedArray>::cast(i_isolate->eternal_handles()->GetSingleton(
7074 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate);
7075 LOG_API(i_isolate, Array, New);
7076 ENTER_V8_NO_SCRIPT_NO_EXCEPTION(i_isolate);
7078 i::Handle<i::JSArray> obj = i_isolate->factory()->NewJSArray(real_length);
7080 i_isolate->factory()->NewNumberFromInt(real_length);
7119 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate);
7120 LOG_API(i_isolate, Map, New);
7121 ENTER_V8_NO_SCRIPT_NO_EXCEPTION(i_isolate);
7122 i::Handle<i::JSMap> obj = i_isolate->factory()->NewJSMap();
7241 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate);
7242 LOG_API(i_isolate, Set, New);
7243 ENTER_V8_NO_SCRIPT_NO_EXCEPTION(i_isolate);
7244 i::Handle<i::JSSet> obj = i_isolate->factory()->NewJSSet();
7545 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate);
7548 i_isolate, &sc,
7558 i::WasmModuleObject::New(i_isolate, compiled_module))));
7576 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate);
7577 i::wasm::ErrorThrower thrower(i_isolate, "WasmCompiledModule::Deserialize()");
7579 i_isolate, &thrower, i::wasm::ModuleWireBytes(start, start + length));
7643 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate);
7644 LOG_API(i_isolate, ArrayBuffer, New);
7645 ENTER_V8_NO_SCRIPT_NO_EXCEPTION(i_isolate);
7647 i_isolate->factory()->NewJSArrayBuffer(i::SharedFlag::kNotShared);
7650 if (!i::JSArrayBuffer::SetupAllocatingData(obj, i_isolate, byte_length)) {
7662 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate);
7663 LOG_API(i_isolate, ArrayBuffer, New);
7664 ENTER_V8_NO_SCRIPT_NO_EXCEPTION(i_isolate);
7666 i_isolate->factory()->NewJSArrayBuffer(i::SharedFlag::kNotShared);
7667 i::JSArrayBuffer::Setup(obj, i_isolate,
7837 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate);
7838 LOG_API(i_isolate, SharedArrayBuffer, New);
7839 ENTER_V8_NO_SCRIPT_NO_EXCEPTION(i_isolate);
7841 i_isolate->factory()->NewJSArrayBuffer(i::SharedFlag::kShared);
7844 if (!i::JSArrayBuffer::SetupAllocatingData(obj, i_isolate, byte_length, true,
7858 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate);
7859 LOG_API(i_isolate, SharedArrayBuffer, New);
7860 ENTER_V8_NO_SCRIPT_NO_EXCEPTION(i_isolate);
7862 i_isolate->factory()->NewJSArrayBuffer(i::SharedFlag::kShared);
7863 i::JSArrayBuffer::Setup(obj, i_isolate,
7871 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate);
7872 LOG_API(i_isolate, Symbol, New);
7873 ENTER_V8_NO_SCRIPT_NO_EXCEPTION(i_isolate);
7874 i::Handle<i::Symbol> result = i_isolate->factory()->NewSymbol();
7881 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate);
7883 return Utils::ToLocal(i_isolate->SymbolFor(
7889 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate);
7892 i_isolate->SymbolFor(i::Heap::kApiSymbolTableRootIndex, i_name, false));
7897 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate);
7898 return Utils::ToLocal(i_isolate->factory()->iterator_symbol());
7903 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate);
7904 return Utils::ToLocal(i_isolate->factory()->unscopables_symbol());
7908 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate);
7909 return Utils::ToLocal(i_isolate->factory()->to_primitive_symbol());
7913 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate);
7914 return Utils::ToLocal(i_isolate->factory()->to_string_tag_symbol());
7919 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate);
7920 return Utils::ToLocal(i_isolate->factory()->is_concat_spreadable_symbol());
7925 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate);
7926 LOG_API(i_isolate, Private, New);
7927 ENTER_V8_NO_SCRIPT_NO_EXCEPTION(i_isolate);
7928 i::Handle<i::Symbol> symbol = i_isolate->factory()->NewPrivateSymbol();
7936 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate);
7938 Local<Symbol> result = Utils::ToLocal(i_isolate->SymbolFor(
8261 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate);
8264 new i::DisallowJavascriptExecution(i_isolate));
8268 new i::ThrowOnJavascriptExecution(i_isolate));
8284 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate);
8286 new i::AllowJavascriptExecution(i_isolate));
8288 new i::NoThrowOnJavascriptExecution(i_isolate));
8942 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate);
8943 ENTER_V8(i_isolate);
8944 i::HandleScope scope(i_isolate);
8946 scope.CloseAndEscape(i_isolate->CreateMessage(obj, NULL)));
8972 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate);
8973 ENTER_V8(i_isolate);
8974 i::HandleScope scope(i_isolate);
8976 i_isolate->debug()->SetDebugDelegate(nullptr, false);
8978 i::Handle<i::Object> i_data = i_isolate->factory()->undefined_value();
8981 new i::NativeDebugDelegate(i_isolate, that, i_data);
8982 i_isolate->debug()->SetDebugDelegate(delegate, true);
9036 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate);
9037 ENTER_V8(i_isolate);
9038 if (!i_isolate->debug()->in_debug_scope()) return MaybeLocal<Context>();
9039 i::Handle<i::Object> calling = i_isolate->GetCallingNativeContext();
9071 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate);
9072 ENTER_V8(i_isolate);
9073 return Utils::ToLocal(i_isolate->debug()->GetDebugContext());
9113 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate);
9114 ENTER_V8(i_isolate);
9115 i_isolate->heap()->SetOutOfMemoryCallback(callback, data);
10097 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>(isolate);
10098 i::HandleScope scope(i_isolate);
10099 internal::Deoptimizer::DeoptimizeAll(i_isolate);