Home
last modified time | relevance | path

Searched refs:funcDecl (Results 1 – 1 of 1) sorted by relevance

/external/webkit/JavaScriptCore/bytecompiler/
DBytecodeGenerator.cpp259 FuncDeclNode* funcDecl = functionStack[i]; in BytecodeGenerator() local
260 …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() local
276 …globalObject->putWithAttributes(exec, funcDecl->m_ident, funcDecl->makeFunction(exec, scopeChain.n… in BytecodeGenerator()
342 FuncDeclNode* funcDecl = functionStack[i]; in BytecodeGenerator() local
343 const Identifier& ident = funcDecl->m_ident; in BytecodeGenerator()
345 emitNewFunction(addVar(ident, false), funcDecl); in BytecodeGenerator()