Lines Matching defs:isolate

7 #include "src/execution/isolate.h"
13 #include "src/init/setup-isolate.h"
58 Isolate* isolate, Builtin builtin, int len,
61 isolate->factory()->NewSharedFunctionInfoForBuiltin(
62 isolate->factory()->empty_string(), builtin, kind);
152 Map map = isolate()->factory()->InitializeMap(
168 Map::unchecked_cast(isolate()->root(RootIndex::kMetaMap)),
194 map.SetInstanceDescriptors(isolate(), roots.empty_descriptor_array(), 0);
651 Isolate* isolate = this->isolate();
652 HandleScope scope(isolate);
654 set_message_listeners(*TemplateList::New(isolate, 2));
657 Handle<InterceptorInfo>::cast(isolate->factory()->NewStruct(
664 HandleScope initial_objects_handle_scope(isolate());
665 Factory* factory = isolate()->factory();
703 Oddball::Initialize(isolate(), factory->undefined_value(), "undefined",
707 Oddball::Initialize(isolate(), factory->null_value(), "null",
708 handle(Smi::zero(), isolate()), "object", Oddball::kNull);
711 Oddball::Initialize(isolate(), factory->the_hole_value(), "hole",
716 Oddball::Initialize(isolate(), factory->true_value(), "true",
717 handle(Smi::FromInt(1), isolate()), "boolean",
721 Oddball::Initialize(isolate(), factory->false_value(), "false",
722 handle(Smi::zero(), isolate()), "boolean",
727 handle(Smi::FromInt(-1), isolate()), "undefined",
732 handle(Smi::FromInt(-4), isolate()), "undefined",
737 handle(Smi::FromInt(-3), isolate()), "undefined", Oddball::kOther));
740 handle(Smi::FromInt(-5), isolate()),
745 handle(Smi::FromInt(-6), isolate()),
750 handle(Smi::FromInt(-7), isolate()), "undefined",
760 HandleScope handle_scope(isolate());
764 isolate()->factory()->NewPrivateSymbol(AllocationType::kReadOnly)); \
772 HandleScope handle_scope(isolate());
795 isolate(), 1, AllocationType::kReadOnly, USE_CUSTOM_MINIMUM_CAPACITY);
801 isolate(), 1, AllocationType::kReadOnly, USE_CUSTOM_MINIMUM_CAPACITY);
838 isolate(), 1, AllocationType::kReadOnly, USE_CUSTOM_MINIMUM_CAPACITY);
851 OrderedHashMap::AllocateEmpty(isolate(), AllocationType::kReadOnly)
857 OrderedHashSet::AllocateEmpty(isolate(), AllocationType::kReadOnly)
863 OrderedNameDictionary::AllocateEmpty(isolate(), AllocationType::kReadOnly)
879 ScopeInfo::CreateGlobalThisBinding(isolate());
883 ScopeInfo::CreateForEmptyFunction(isolate());
887 ScopeInfo::CreateForNativeContext(isolate());
926 HeapObject no_container = *isolate()->factory()->undefined_value();
932 *isolate()->factory()->NewCodeDataContainer(0,
936 *isolate()->factory()->NewCodeDataContainer(
942 isolate()->factory()->zero_string()->EnsureHash();
943 isolate()->factory()->one_string()->EnsureHash();
959 isolate(), Builtin::kAsyncFunctionAwaitRejectClosure, 1);
963 isolate(), Builtin::kAsyncFunctionAwaitResolveClosure, 1);
970 isolate(), Builtin::kAsyncGeneratorAwaitResolveClosure, 1);
974 isolate(), Builtin::kAsyncGeneratorAwaitRejectClosure, 1);
978 isolate(), Builtin::kAsyncGeneratorYieldResolveClosure, 1);
982 isolate(), Builtin::kAsyncGeneratorReturnResolveClosure, 1);
986 isolate(), Builtin::kAsyncGeneratorReturnClosedResolveClosure, 1);
990 isolate(), Builtin::kAsyncGeneratorReturnClosedRejectClosure, 1);
1027 CreateSharedFunctionInfo(isolate(), Builtin::kPromiseThenFinally, 1);
1032 CreateSharedFunctionInfo(isolate(), Builtin::kPromiseCatchFinally, 1);
1036 info = CreateSharedFunctionInfo(isolate(),
1041 CreateSharedFunctionInfo(isolate(), Builtin::kPromiseThrowerFinally, 0);
1073 Isolate* isolate = this->isolate();
1074 HandleScope scope(isolate);
1078 accessor_info = Accessors::Make##AccessorName##Info(isolate); \