Home
last modified time | relevance | path

Searched refs:NewJSObjectWithNullProto (Results 1 – 15 of 15) sorted by relevance

/third_party/node/deps/v8/tools/gcmole/
Dgcmole-test.cc45 Handle<JSObject> obj1 = isolate->factory()->NewJSObjectWithNullProto(); in TestTwoArguments()
46 Handle<JSObject> obj2 = isolate->factory()->NewJSObjectWithNullProto(); in TestTwoArguments()
57 Handle<JSObject> obj1 = isolate->factory()->NewJSObjectWithNullProto(); in TestTwoSizeTArguments()
58 Handle<JSObject> obj2 = isolate->factory()->NewJSObjectWithNullProto(); in TestTwoSizeTArguments()
83 Handle<JSObject> obj1 = isolate->factory()->NewJSObjectWithNullProto(); in TestMethodCall()
92 Handle<JSObject> obj1 = isolate->factory()->NewJSObjectWithNullProto(); in TestOperatorCall()
126 Handle<JSObject> obj1 = isolate->factory()->NewJSObjectWithNullProto(); in TestFollowingVirtualFunctions()
152 Handle<JSObject> obj1 = isolate->factory()->NewJSObjectWithNullProto(); in TestFollowingStaticFunctions()
160 JSObject raw_obj = *isolate->factory()->NewJSObjectWithNullProto(); in TestDeadVarAnalysis()
168 JSObject raw_obj = *isolate->factory()->NewJSObjectWithNullProto(); in TestDeadVarBecauseOfSafepointAnalysis()
[all …]
/third_party/node/deps/v8/src/objects/
Doption-utils.cc20 return isolate->factory()->NewJSObjectWithNullProto(); in GetOptionsObject()
39 return isolate->factory()->NewJSObjectWithNullProto(); in CoerceOptionsToObject()
Djs-break-iterator.cc38 options = factory->NewJSObjectWithNullProto(); in New()
Djs-temporal-objects.cc3785 Handle<JSReceiver> options = isolate->factory()->NewJSObjectWithNullProto(); in AddZonedDateTime()
4114 options = factory->NewJSObjectWithNullProto(); in DifferenceISODateTime()
5167 isolate->factory()->NewJSObjectWithNullProto(), in DaysInYear()
5205 isolate->factory()->NewJSObjectWithNullProto(), in DaysInMonth()
5249 isolate->factory()->NewJSObjectWithNullProto(), in Year()
5284 isolate->factory()->NewJSObjectWithNullProto(), in DayOfYear()
5308 isolate->factory()->NewJSObjectWithNullProto(), in DayOfWeek()
5335 isolate->factory()->NewJSObjectWithNullProto(), in MonthsInYear()
5362 isolate->factory()->NewJSObjectWithNullProto(), in InLeapYear()
5395 isolate->factory()->NewJSObjectWithNullProto(), in DaysInWeek()
Djs-date-time-format.cc930 options = factory->NewJSObjectWithNullProto(); in ToDateTimeOptions()
/third_party/node/deps/v8/src/interpreter/
Dinterpreter.cc398 isolate_->factory()->NewJSObjectWithNullProto(); in GetDispatchCountersObject()
414 isolate_->factory()->NewJSObjectWithNullProto(); in GetDispatchCountersObject()
/third_party/node/deps/v8/src/runtime/
Druntime-debug.cc740 Handle<JSObject> range_obj = factory->NewJSObjectWithNullProto(); in MakeRangeObject()
Druntime-regexp.cc1142 Handle<JSObject> groups = isolate->factory()->NewJSObjectWithNullProto(); in ConstructNamedCaptureGroupsObject()
/third_party/node/deps/v8/src/heap/
Dfactory.h515 Handle<JSObject> NewJSObjectWithNullProto();
Dfactory.cc2437 Handle<JSObject> Factory::NewJSObjectWithNullProto() { in NewJSObjectWithNullProto() function in v8::internal::Factory
/third_party/node/deps/v8/src/builtins/
Dbuiltins-array.cc1756 Handle<JSObject> obj = isolate->factory()->NewJSObjectWithNullProto(); in BUILTIN()
/third_party/node/deps/v8/src/wasm/
Dmodule-instantiate.cc1794 exports_object = isolate_->factory()->NewJSObjectWithNullProto(); in ProcessExports()
/third_party/node/deps/v8/src/init/
Dbootstrapper.cc1849 Handle<JSObject> unscopables = factory->NewJSObjectWithNullProto(); in InitializeGlobal()
5848 Handle<JSObject> extras_binding = factory()->NewJSObjectWithNullProto(); in InstallExtrasBindings()
/third_party/node/deps/v8/src/ic/
Dic.cc3235 new_object = isolate->factory()->NewJSObjectWithNullProto(); in CloneObjectSlowPath()
/third_party/node/deps/v8/src/execution/
Disolate.cc4820 Handle<JSObject> import_meta = factory()->NewJSObjectWithNullProto(); in ThrowInternal()