Searched refs:nullIdentifier (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DCommonIdentifiers.cpp30 : nullIdentifier()
H A DCommonIdentifiers.h188 const Identifier nullIdentifier; member in class:JSC::CommonIdentifiers
/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DNodeConstructors.h681 , m_ident(vm->propertyNames->nullIdentifier)
693 , m_ident(vm->propertyNames->nullIdentifier)
H A DASTBuilder.h305 return new (m_vm) PropertyNode(m_vm, *name, new (m_vm) FuncExprNode(location, m_vm->propertyNames->nullIdentifier, body, m_sourceCode->subExpression(openBraceOffset, closeBraceOffset, bodyStartLine, bodyStartColumn), params), type);
311 return new (m_vm) PropertyNode(m_vm, name, new (m_vm) FuncExprNode(location, m_vm->propertyNames->nullIdentifier, body, m_sourceCode->subExpression(openBraceOffset, closeBraceOffset, bodyStartLine, bodyStartColumn), params), type);
H A DParser.cpp660 const Identifier* ident = &m_vm->propertyNames->nullIdentifier;
1643 const Identifier* name = &m_vm->propertyNames->nullIdentifier;

Completed in 114 milliseconds