Lines Matching defs:object
33 #include "src/wasm/object-access.h"
214 // If not derived class constructor: Allocate the new receiver object.
291 // If the result is an object (in the ECMA sense), we should get rid
317 // If the result is a smi, it is *not* an object in the ECMA sense.
322 // FIRST_JS_RECEIVER_TYPE, it is not an object in the ECMA sense.
730 // Store input value into generator object.
733 Register object = WriteBarrierDescriptor::ObjectRegister();
734 __ Move(object, rdx);
735 __ RecordWriteField(object, JSGeneratorObject::kInputOrDebugPosOffset, rax,
782 // Copy the function arguments from the generator object's register file.
828 // Resume (Ignition/TurboFan) generator object.
836 // pass in the generator object. In ordinary calls, new.target is always
1167 // o rdi: the JS function object being called
1168 // o rdx: the incoming new target or generator object
1179 // Get the bytecode array from the function object and load it into
1250 // Load frame size from the BytecodeArray object.
1274 // If the bytecode array has a valid incoming new target or generator object
1600 // Check function data field is actually a BytecodeArray object.
2739 // If the code object is null, just return to the caller.
2756 // Load deoptimization data from the code object.
4270 // Call C function. The arguments object will be created by stubs declared by
4273 // Pass a pointer to the Arguments object as the first argument.
4282 // Pass a pointer to the Arguments object as the second argument.
4291 // above the the two Arguments object slots on Win64.
4678 // We use it below to set up the FunctionCallbackInfo object.
4782 // Create v8::PropertyCallbackInfo object on the stack and initialize
4857 // Get the address of the location in the code object
4865 // Allocate a new deoptimizer object.
4892 // Preserve deoptimizer object in register rax and get the input
5043 // Get the Code object from the shared function info.