/third_party/node/deps/v8/src/wasm/ |
D | wasm-module.cc | 264 Handle<JSFunction> object_function = isolate->object_function(); in GetTypeForFunction() local 265 Handle<JSObject> object = factory->NewJSObject(object_function); in GetTypeForFunction() 293 Handle<JSFunction> object_function = isolate->object_function(); in GetTypeForGlobal() local 294 Handle<JSObject> object = factory->NewJSObject(object_function); in GetTypeForGlobal() 310 Handle<JSFunction> object_function = isolate->object_function(); in GetTypeForMemory() local 311 Handle<JSObject> object = factory->NewJSObject(object_function); in GetTypeForMemory() 335 Handle<JSFunction> object_function = isolate->object_function(); in GetTypeForTable() local 336 Handle<JSObject> object = factory->NewJSObject(object_function); in GetTypeForTable() 375 Handle<JSFunction> object_function = in GetImports() local 376 Handle<JSFunction>(isolate->native_context()->object_function(), isolate); in GetImports() [all …]
|
D | module-instantiate.cc | 1788 Handle<JSFunction> object_function = Handle<JSFunction>( in ProcessExports() local 1789 isolate_->native_context()->object_function(), isolate_); in ProcessExports() 1790 exports_object = isolate_->factory()->NewJSObject(object_function); in ProcessExports()
|
/third_party/node/deps/v8/src/init/ |
D | bootstrapper.cc | 912 isolate()->object_function(), AllocationType::kOld); in CreateIteratorMaps() 923 isolate()->object_function(), AllocationType::kOld); in CreateIteratorMaps() 929 isolate()->object_function(), AllocationType::kOld); in CreateIteratorMaps() 1000 Handle<JSFunction> object_function(native_context()->object_function(), in CreateIteratorMaps() local 1013 isolate()->object_function(), AllocationType::kOld); in CreateAsyncIteratorMaps() 1024 isolate()->object_function(), AllocationType::kOld); in CreateAsyncIteratorMaps() 1049 isolate()->object_function(), AllocationType::kOld); in CreateAsyncIteratorMaps() 1051 isolate()->object_function(), AllocationType::kOld); in CreateAsyncIteratorMaps() 1103 Handle<JSFunction> object_function(native_context()->object_function(), in CreateAsyncIteratorMaps() local 1115 isolate()->object_function(), AllocationType::kOld); in CreateAsyncFunctionMaps() [all …]
|
/third_party/node/deps/v8/src/objects/ |
D | js-segmenter.cc | 131 Handle<JSObject> result = factory->NewJSObject(isolate->object_function()); in ResolvedOptions()
|
D | js-segments.cc | 122 Handle<JSObject> result = factory->NewJSObject(isolate->object_function()); in CreateSegmentDataObject()
|
D | js-break-iterator.cc | 182 Handle<JSObject> result = factory->NewJSObject(isolate->object_function()); in ResolvedOptions()
|
D | property-descriptor.cc | 158 Handle<JSObject> result = factory->NewJSObject(isolate->object_function()); in ToObject()
|
D | js-list-format.cc | 155 Handle<JSObject> result = factory->NewJSObject(isolate->object_function()); in ResolvedOptions()
|
D | js-locale.cc | 678 Handle<JSObject> info = factory->NewJSObject(isolate->object_function()); in TextInfo() 718 Handle<JSObject> info = factory->NewJSObject(isolate->object_function()); in WeekInfo()
|
D | js-plural-rules.cc | 256 isolate->factory()->NewJSObject(isolate->object_function()); in ResolvedOptions()
|
D | js-temporal-objects.cc | 1463 isolate->factory()->NewJSObject(isolate->object_function()); in PrepareTemporalFieldsOrPartial() 2909 isolate->factory()->NewJSObject(isolate->object_function()); in DefaultMergeFields() 3383 isolate->factory()->NewJSObject(isolate->object_function()); in MergeLargestUnitOption() 5720 isolate->factory()->NewJSObject(isolate->object_function()); in GetISOFields() 5843 isolate->factory()->NewJSObject(isolate->object_function()); in GetISOFields() 5931 Handle<JSObject> fields = factory->NewJSObject(isolate->object_function()); in GetISOFields() 6004 isolate->factory()->NewJSObject(isolate->object_function()); in GetISOFields() 6120 isolate->factory()->NewJSObject(isolate->object_function()); in GetISOFields() 6355 isolate->factory()->NewJSObject(isolate->object_function()); in GetISOFields()
|
D | js-collator.cc | 87 isolate->factory()->NewJSObject(isolate->object_function()); in ResolvedOptions()
|
D | js-relative-time-format.cc | 258 Handle<JSObject> result = factory->NewJSObject(isolate->object_function()); in ResolvedOptions()
|
D | map.cc | 848 Handle<Map> map(isolate->native_context()->object_function().initial_map(), in GetObjectCreateMap() 1664 Copy(isolate, handle(isolate->object_function()->initial_map(), isolate), in Create() 1880 DCHECK_NE(*constructor, constructor->native_context().object_function()); in TransitionToDataProperty()
|
D | js-display-names.cc | 551 Handle<JSObject> options = factory->NewJSObject(isolate->object_function()); in ResolvedOptions()
|
D | value-serializer.cc | 1670 isolate_->factory()->NewJSObject(isolate_->object_function()); in ReadJSObject() 2122 options = isolate_->factory()->NewJSObject(isolate_->object_function()); in ReadJSError() 2501 isolate_->factory()->NewJSObject(isolate_->object_function()); in ReadObjectUsingEntireBufferForLegacyFormat()
|
D | contexts.h | 236 V(OBJECT_FUNCTION_INDEX, JSFunction, object_function) \
|
/third_party/node/deps/v8/src/builtins/ |
D | builtins-console.cc | 273 Handle<JSObject> prototype = factory->NewJSObject(isolate->object_function()); in BUILTIN()
|
D | builtins-object.cc | 334 isolate->factory()->NewJSObject(isolate->object_function()); in BUILTIN()
|
D | builtins-internal-gen.cc | 770 const TNode<JSFunction> object_function = Cast( in AllocateJsObjectTarget() local 773 Cast(LoadJSFunctionPrototypeOrInitialMap(object_function)); in AllocateJsObjectTarget()
|
/third_party/node/deps/v8/src/api/ |
D | api-natives.cc | 420 constructor = isolate->object_function(); in InstantiateObject() 506 prototype = isolate->factory()->NewJSObject(isolate->object_function()); in InstantiateFunction()
|
/third_party/node/deps/v8/src/heap/ |
D | memory-measurement.cc | 70 return factory_->NewJSObject(isolate_->object_function()); in NewJSObject()
|
D | factory.cc | 2256 Handle<JSFunction> object_function(native_context->object_function(), in DEFINE_ERROR() local 2258 DCHECK(object_function->has_initial_map()); in DEFINE_ERROR() 2259 new_map = handle(object_function->initial_map(), isolate()); in DEFINE_ERROR() 2438 Handle<Map> map(isolate()->object_function()->initial_map(), isolate()); in NewJSObjectWithNullProto()
|
/third_party/node/deps/v8/src/json/ |
D | json-parser.cc | 131 isolate->factory()->NewJSObject(isolate->object_function()); in Internalize() 211 object_constructor_(isolate_->object_function()), in JsonParser()
|
/third_party/node/deps/v8/src/compiler/ |
D | heap-refs.h | 523 V(JSFunction, object_function) \
|