Lines Matching defs:object

216   // If not derived class constructor: Allocate the new receiver object.
297 // If the result is an object (in the ECMA sense), we should get rid
326 // If the result is a smi, it is *not* an object in the ECMA sense.
330 // FIRST_JS_RECEIVER_TYPE, it is not an object in the ECMA sense.
638 // Store input value into generator object.
640 Register object = WriteBarrierDescriptor::ObjectRegister();
641 __ mov(object, edx);
642 __ RecordWriteField(object, JSGeneratorObject::kInputOrDebugPosOffset, eax,
686 // Copy the function arguments from the generator object's register file.
733 // Resume (Ignition/TurboFan) generator object.
740 // pass in the generator object. In ordinary calls, new.target is always
1059 // o edi: the JS function object being called
1060 // o edx: the incoming new target or generator object
1124 // Get the bytecode array from the function object and load it into
1131 // Check function data field is actually a BytecodeArray object.
1151 // Load frame size from the BytecodeArray object.
1176 // If the bytecode array has a valid incoming new target or generator object
1457 // we will not incorrectly interpret return address as an object.
1604 // Check function data field is actually a BytecodeArray object.
2812 // If the code object is null, just return to the caller.
2825 // Load deoptimization data from the code object.
3455 // We use it below to set up the FunctionCallbackInfo object.
3543 // Allocate v8::PropertyCallbackInfo object, arguments for callback and
3553 // Create v8::PropertyCallbackInfo object on the stack and initialize
3659 // (e.g. the JavaScript nan-object).
4004 // Get the address of the location in the code object
4012 // Allocate a new deoptimizer object.
4032 // Preserve deoptimizer object in register eax and get the input
4189 // Get the Code object from the shared function info.