Lines Matching refs:name
101 BytecodeArrayBuilder& LoadGlobal(const AstRawString* name, int feedback_slot,
103 BytecodeArrayBuilder& StoreGlobal(const AstRawString* name,
135 const AstRawString* name,
139 const AstRawString* name,
160 Register object, Register name,
167 // Set a property named by a property name, trigger the setters and
171 const AstRawString* name,
187 const AstRawString* name,
217 // Lookup the variable with |name|.
218 BytecodeArrayBuilder& LoadLookupSlot(const AstRawString* name,
221 // Lookup the variable with |name|, which is known to be at |slot_index| at
224 BytecodeArrayBuilder& LoadLookupContextSlot(const AstRawString* name,
228 // Lookup the variable with |name|, which has its feedback in |feedback_slot|
231 BytecodeArrayBuilder& LoadLookupGlobalSlot(const AstRawString* name,
235 // Store value in the accumulator into the variable with |name|.
237 const AstRawString* name, LanguageMode language_mode,
456 BytecodeArrayBuilder& ThrowReferenceErrorIfHole(const AstRawString* name);