| /third_party/node/deps/v8/src/builtins/ |
| D | object-fromentries.tq | 14 const result: JSObject = NewJSObject(); 57 const result: JSObject = NewJSObject();
|
| D | builtins-console.cc | 273 Handle<JSObject> prototype = factory->NewJSObject(isolate->object_function()); in BUILTIN() 276 Handle<JSObject> context = factory->NewJSObject(cons, AllocationType::kOld); in BUILTIN()
|
| D | builtins-struct.cc | 107 factory->NewJSObject(args.target(), AllocationType::kSharedOld); in BUILTIN()
|
| D | builtins-object.cc | 334 isolate->factory()->NewJSObject(isolate->object_function()); in BUILTIN()
|
| /third_party/node/deps/v8/src/wasm/ |
| D | wasm-module.cc | 265 Handle<JSObject> object = factory->NewJSObject(object_function); in GetTypeForFunction() 294 Handle<JSObject> object = factory->NewJSObject(object_function); in GetTypeForGlobal() 311 Handle<JSObject> object = factory->NewJSObject(object_function); in GetTypeForMemory() 336 Handle<JSObject> object = factory->NewJSObject(object_function); in GetTypeForTable() 382 Handle<JSObject> entry = factory->NewJSObject(object_function); in GetImports() 530 Handle<JSObject> entry = factory->NewJSObject(object_function); in GetExports()
|
| D | wasm-objects.cc | 125 isolate->factory()->NewJSObject(isolate->wasm_module_constructor())); in New() 218 isolate->factory()->NewJSObject(table_ctor)); in New() 825 isolate->factory()->NewJSObject(memory_ctor, AllocationType::kOld)); in New() 1035 isolate->factory()->NewJSObject(global_ctor)); in New() 1179 isolate->factory()->NewJSObject(instance_cons, AllocationType::kOld); in New() 1642 isolate->factory()->NewJSObject(tag_cons, AllocationType::kOld); in New() 1809 isolate->factory()->NewJSObject(suspender_cons, AllocationType::kOld)); in New()
|
| /third_party/node/deps/v8/src/heap/ |
| D | memory-measurement.cc | 28 result_ = NewJSObject(); in MemoryMeasurementResultBuilder() 59 Handle<JSObject> result = NewJSObject(); in NewResult() 69 Handle<JSObject> NewJSObject() { in NewJSObject() function in v8::internal::__anon17ab55940111::MemoryMeasurementResultBuilder 70 return factory_->NewJSObject(isolate_->object_function()); in NewJSObject()
|
| /third_party/node/deps/v8/src/init/ |
| D | bootstrapper.cc | 911 Handle<JSObject> iterator_prototype = factory()->NewJSObject( in CreateIteratorMaps() 922 Handle<JSObject> generator_object_prototype = factory()->NewJSObject( in CreateIteratorMaps() 928 Handle<JSObject> generator_function_prototype = factory()->NewJSObject( in CreateIteratorMaps() 1012 Handle<JSObject> async_iterator_prototype = factory()->NewJSObject( in CreateAsyncIteratorMaps() 1023 Handle<JSObject> async_from_sync_iterator_prototype = factory()->NewJSObject( in CreateAsyncIteratorMaps() 1048 Handle<JSObject> async_generator_object_prototype = factory()->NewJSObject( in CreateAsyncIteratorMaps() 1050 Handle<JSObject> async_generator_function_prototype = factory()->NewJSObject( in CreateAsyncIteratorMaps() 1114 Handle<JSObject> async_function_prototype = factory()->NewJSObject( in CreateAsyncFunctionMaps() 1874 factory->NewJSObject(isolate_->object_function(), AllocationType::kOld); in InitializeGlobal() 1912 factory->NewJSObject(number_fun, AllocationType::kOld)); in InitializeGlobal() [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 | value-serializer.cc | 1670 isolate_->factory()->NewJSObject(isolate_->object_function()); in ReadJSObject() 1793 isolate_->factory()->NewJSObject(isolate_->boolean_function())); in ReadJSPrimitiveWrapper() 1798 isolate_->factory()->NewJSObject(isolate_->boolean_function())); in ReadJSPrimitiveWrapper() 1805 isolate_->factory()->NewJSObject(isolate_->number_function())); in ReadJSPrimitiveWrapper() 1815 isolate_->factory()->NewJSObject(isolate_->bigint_function())); in ReadJSPrimitiveWrapper() 1824 isolate_->factory()->NewJSObject(isolate_->string_function())); in ReadJSPrimitiveWrapper() 2122 options = isolate_->factory()->NewJSObject(isolate_->object_function()); in ReadJSError() 2501 isolate_->factory()->NewJSObject(isolate_->object_function()); in ReadObjectUsingEntireBufferForLegacyFormat()
|
| 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-objects.tq | 36 macro NewJSObject(implicit context: Context)(): JSObject {
|
| 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-regexp.cc | 155 Handle<JSRegExp>::cast(isolate->factory()->NewJSObject(constructor)); in New()
|
| D | js-collator.cc | 87 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-relative-time-format.cc | 258 Handle<JSObject> result = factory->NewJSObject(isolate->object_function()); in ResolvedOptions()
|
| D | js-display-names.cc | 551 Handle<JSObject> options = factory->NewJSObject(isolate->object_function()); in ResolvedOptions()
|
| /third_party/node/deps/v8/src/json/ |
| D | json-parser.cc | 131 isolate->factory()->NewJSObject(isolate->object_function()); in Internalize() 744 value = factory()->NewJSObject(object_constructor_); in ParseJsonValue()
|
| /third_party/node/deps/v8/src/api/ |
| D | api-natives.cc | 506 prototype = isolate->factory()->NewJSObject(isolate->object_function()); in InstantiateFunction()
|
| /third_party/node/deps/v8/src/execution/ |
| D | futex-emulation.cc | 540 Handle<JSObject> result = factory->NewJSObject(isolate->object_function()); in WaitAsync()
|