Lines Matching refs:name
79 // 3. One context slot for the function name if it is context allocated.
117 void SetFunctionName(Object name);
118 void SetInferredFunctionName(String name);
134 // The function's name if it is non-empty, otherwise the inferred name or an
138 // Return the function's inferred name if present.
161 // Return the name of a given context local.
183 static bool VariableIsSynthetic(String name);
186 // index for a given slot name if the slot is present; otherwise
187 // returns a value < 0. The name must be an internalized string.
190 int ContextSlotIndex(Handle<String> name);
191 int ContextSlotIndex(Handle<String> name,
195 // module variable with the given name (the index value of a MODULE variable
197 int ModuleIndex(String name, VariableMode* mode,
204 // slot index if the function name is present and context-allocated (named
205 // function expressions, only), otherwise returns a value < 0. The name
207 int FunctionContextSlotIndex(String name) const;
217 // Lookup support for serialized scope info. Returns the name and index of
284 #define FIELD_ACCESSORS(name) \
285 inline int name() const;
290 #define DECL_INDEX(name) k##name,
310 int InlinedLocalNamesLookup(String name);
360 int Lookup(Handle<String> name, int start, int end, VariableMode* mode,
367 void ModuleVariable(int i, String* name, int* index,