HomeSort by relevance Sort by last modified time
    Searched refs:addGlobalVar (Results 1 - 2 of 2) sorted by null

  /external/webkit/JavaScriptCore/bytecompiler/
BytecodeGenerator.h 418 RegisterID* addGlobalVar(const Identifier& ident, bool isConstant)
421 addGlobalVar(ident, isConstant, local);
425 bool addGlobalVar(const Identifier&, bool isConstant, RegisterID*&);
BytecodeGenerator.cpp 182 bool BytecodeGenerator::addGlobalVar(const Identifier& ident, bool isConstant, RegisterID*& r0)
261 emitNewFunction(addGlobalVar(function->ident(), false), function);
267 newVars.append(addGlobalVar(*varStack[i].first, varStack[i].second & DeclarationStacks::IsConstant));
    [all...]

Completed in 35 milliseconds