Home
last modified time | relevance | path

Searched refs:object_function (Results 1 – 25 of 41) sorted by relevance

12

/third_party/node/deps/v8/src/wasm/
Dwasm-module.cc264 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 …]
Dmodule-instantiate.cc1788 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/
Dbootstrapper.cc912 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/
Djs-segmenter.cc131 Handle<JSObject> result = factory->NewJSObject(isolate->object_function()); in ResolvedOptions()
Djs-segments.cc122 Handle<JSObject> result = factory->NewJSObject(isolate->object_function()); in CreateSegmentDataObject()
Djs-break-iterator.cc182 Handle<JSObject> result = factory->NewJSObject(isolate->object_function()); in ResolvedOptions()
Dproperty-descriptor.cc158 Handle<JSObject> result = factory->NewJSObject(isolate->object_function()); in ToObject()
Djs-list-format.cc155 Handle<JSObject> result = factory->NewJSObject(isolate->object_function()); in ResolvedOptions()
Djs-locale.cc678 Handle<JSObject> info = factory->NewJSObject(isolate->object_function()); in TextInfo()
718 Handle<JSObject> info = factory->NewJSObject(isolate->object_function()); in WeekInfo()
Djs-plural-rules.cc256 isolate->factory()->NewJSObject(isolate->object_function()); in ResolvedOptions()
Djs-temporal-objects.cc1463 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()
Djs-collator.cc87 isolate->factory()->NewJSObject(isolate->object_function()); in ResolvedOptions()
Djs-relative-time-format.cc258 Handle<JSObject> result = factory->NewJSObject(isolate->object_function()); in ResolvedOptions()
Dmap.cc848 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()
Djs-display-names.cc551 Handle<JSObject> options = factory->NewJSObject(isolate->object_function()); in ResolvedOptions()
Dvalue-serializer.cc1670 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()
Dcontexts.h236 V(OBJECT_FUNCTION_INDEX, JSFunction, object_function) \
/third_party/node/deps/v8/src/builtins/
Dbuiltins-console.cc273 Handle<JSObject> prototype = factory->NewJSObject(isolate->object_function()); in BUILTIN()
Dbuiltins-object.cc334 isolate->factory()->NewJSObject(isolate->object_function()); in BUILTIN()
Dbuiltins-internal-gen.cc770 const TNode<JSFunction> object_function = Cast( in AllocateJsObjectTarget() local
773 Cast(LoadJSFunctionPrototypeOrInitialMap(object_function)); in AllocateJsObjectTarget()
/third_party/node/deps/v8/src/api/
Dapi-natives.cc420 constructor = isolate->object_function(); in InstantiateObject()
506 prototype = isolate->factory()->NewJSObject(isolate->object_function()); in InstantiateFunction()
/third_party/node/deps/v8/src/heap/
Dmemory-measurement.cc70 return factory_->NewJSObject(isolate_->object_function()); in NewJSObject()
Dfactory.cc2256 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/
Djson-parser.cc131 isolate->factory()->NewJSObject(isolate->object_function()); in Internalize()
211 object_constructor_(isolate_->object_function()), in JsonParser()
/third_party/node/deps/v8/src/compiler/
Dheap-refs.h523 V(JSFunction, object_function) \

12