Searched refs:funcDecl (Results 1 – 1 of 1) sorted by relevance
259 FuncDeclNode* funcDecl = functionStack[i]; in BytecodeGenerator() local260 …globalObject->removeDirect(funcDecl->m_ident); // Make sure our new function is not shadowed by an… in BytecodeGenerator()261 emitNewFunction(addGlobalVar(funcDecl->m_ident, false), funcDecl); in BytecodeGenerator()275 FuncDeclNode* funcDecl = functionStack[i]; in BytecodeGenerator() local276 …globalObject->putWithAttributes(exec, funcDecl->m_ident, funcDecl->makeFunction(exec, scopeChain.n… in BytecodeGenerator()342 FuncDeclNode* funcDecl = functionStack[i]; in BytecodeGenerator() local343 const Identifier& ident = funcDecl->m_ident; in BytecodeGenerator()345 emitNewFunction(addVar(ident, false), funcDecl); in BytecodeGenerator()