Searched refs:expectedFunctionForIdentifier (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DBytecodeGenerator.h472 ExpectedFunction expectedFunctionForIdentifier(const Identifier&);
H A DNodesCodegen.cpp372 expectedFunction = generator.expectedFunctionForIdentifier(static_cast<ResolveNode*>(m_expr)->identifier());
431 ExpectedFunction expectedFunction = generator.expectedFunctionForIdentifier(m_ident);
H A DBytecodeGenerator.cpp1742 ExpectedFunction BytecodeGenerator::expectedFunctionForIdentifier(const Identifier& identifier) function in class:JSC::BytecodeGenerator

Completed in 216 milliseconds