Searched defs:isConstructor (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DUnlinkedCodeBlock.h69 ExecutableInfo(bool needsActivation, bool usesEval, bool isStrictMode, bool isConstructor, bool isBuiltinFunction) argument
266 bool isConstructor() const { return m_isConstructor; } function in class:JSC::UnlinkedCodeBlock
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecompiler/
H A DBytecodeGenerator.h173 bool isConstructor() { return m_codeBlock->isConstructor(); } function in class:JSC::BytecodeGenerator

Completed in 81 milliseconds