Lines Matching defs:name
1258 // name in the same scope.
1260 kPrivateSetterOnly, // Incompatible with variables with the same name but
1263 // same name with kPrivateGetterOnly is made.
1265 kPrivateGetterOnly, // Incompatible with variables with the same name but
1268 // same name with kPrivateSetterOnly is made.
1271 // same name in the same scope.
1349 // property on the global object (and possibly absent). name() is the
1350 // variable name, index() is invalid.
1367 // A named slot in a heap context. name() is the variable name in the
1378 // same name share a single script context slot. Every
1402 // 6. Function name variables of named function expressions.
1586 // can be enumerable or not, and, in case of functions, the function name can be
1612 AssemblerDebugInfo(const char* name, const char* file, int line)
1613 : name(name), file(file), line(line) {}
1614 const char* name;
1621 os << "(" << info.name << ":" << info.file << ":" << info.line << ")";
1831 // Used in the ScopeInfo flags fields for the function name variable for named