Home
last modified time | relevance | path

Searched refs:JSSloppyArgumentsObject (Results 1 – 13 of 13) sorted by relevance

/third_party/node/deps/v8/src/objects/
Darguments.h33 class JSSloppyArgumentsObject
34 : public TorqueGeneratedJSSloppyArgumentsObject<JSSloppyArgumentsObject,
42 DISALLOW_IMPLICIT_CONSTRUCTORS(JSSloppyArgumentsObject);
53 STATIC_ASSERT(kLengthIndex == JSSloppyArgumentsObject::kLengthIndex);
Darguments.tq8 JSSloppyArgumentsObject|JSStrictArgumentsObject;
17 extern shape JSSloppyArgumentsObject extends JSArgumentsObject {
108 elements: FixedArrayBase, callee: JSFunction): JSSloppyArgumentsObject {
110 return new JSSloppyArgumentsObject{
121 callee: JSFunction): JSSloppyArgumentsObject {
124 return new JSSloppyArgumentsObject{
250 info: FrameWithArgumentsInfo, callee: JSFunction): JSSloppyArgumentsObject {
292 JSSloppyArgumentsObject {
319 JSSloppyArgumentsObject {
/third_party/node/deps/v8/src/builtins/
Dcast.tq462 Cast<JSSloppyArgumentsObject>(implicit context: Context)(o: HeapObject):
463 JSSloppyArgumentsObject
468 return %RawDownCast<JSSloppyArgumentsObject>(o);
488 case (o: JSSloppyArgumentsObject): {
Darray-slice.tq109 case (a: JSSloppyArgumentsObject): {
Dbase.tq1599 case (a: JSSloppyArgumentsObject): {
/third_party/node/deps/v8/src/compiler/
Daccess-builder.cc857 STATIC_ASSERT(offset == JSSloppyArgumentsObject::kLengthOffset); in ForArgumentsLength()
868 kTaggedBase, JSSloppyArgumentsObject::kCalleeOffset, in ForArgumentsCallee()
Djs-create-lowering.cc183 STATIC_ASSERT(JSSloppyArgumentsObject::kSize == 5 * kTaggedSize); in ReduceJSCreateArguments()
184 a.Allocate(JSSloppyArgumentsObject::kSize); in ReduceJSCreateArguments()
286 STATIC_ASSERT(JSSloppyArgumentsObject::kSize == 5 * kTaggedSize); in ReduceJSCreateArguments()
287 a.Allocate(JSSloppyArgumentsObject::kSize); in ReduceJSCreateArguments()
Dcode-assembler.h118 class JSSloppyArgumentsObject; variable
Djs-call-reducer.cc4037 static_cast<int>(JSSloppyArgumentsObject::kLengthOffset)); in ReduceCallOrConstructWithArrayLikeOrSpreadOfCreateArguments()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-debug.cc781 VerifyObjectField(isolate, JSSloppyArgumentsObject::kLengthOffset); in JSArgumentsObjectVerify()
782 VerifyObjectField(isolate, JSSloppyArgumentsObject::kCalleeOffset); in JSArgumentsObjectVerify()
/third_party/node/deps/v8/test/torque/
Dtest-torque.tq1310 dcheck(!Is<JSSloppyArgumentsObject>(jsf));
/third_party/node/deps/v8/src/init/
Dbootstrapper.cc3934 JSSloppyArgumentsObject::kSize, 2, MUTABLE); in InitializeGlobal()
3943 JSSloppyArgumentsObject::kLengthIndex, in InitializeGlobal()
3950 JSSloppyArgumentsObject::kCalleeIndex, in InitializeGlobal()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc1832 STATIC_ASSERT(offset == JSSloppyArgumentsObject::kLengthOffset); in LoadJSArgumentsObjectLength()