Searched refs:addGlobalVar (Results 1 - 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/bytecompiler/
H A DBytecodeGenerator.h418 RegisterID* addGlobalVar(const Identifier& ident, bool isConstant) function in class:JSC::BytecodeGenerator
421 addGlobalVar(ident, isConstant, local);
425 bool addGlobalVar(const Identifier&, bool isConstant, RegisterID*&);
H A DBytecodeGenerator.cpp182 bool BytecodeGenerator::addGlobalVar(const Identifier& ident, bool isConstant, RegisterID*& r0) function in class:JSC::BytecodeGenerator
261 emitNewFunction(addGlobalVar(function->ident(), false), function);
267 newVars.append(addGlobalVar(*varStack[i].first, varStack[i].second & DeclarationStacks::IsConstant));

Completed in 19 milliseconds