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

  /external/webkit/Source/JavaScriptCore/bytecompiler/
BytecodeGenerator.h 450 RegisterID* addGlobalVar(const Identifier& ident, bool isConstant)
453 addGlobalVar(ident, isConstant, local);
457 bool addGlobalVar(const Identifier&, bool isConstant, RegisterID*&);
BytecodeGenerator.cpp 178 bool BytecodeGenerator::addGlobalVar(const Identifier& ident, bool isConstant, RegisterID*& r0)
290 RegisterID* dst = addGlobalVar(function->ident(), false);
298 addGlobalVar(*varStack[i].first, varStack[i].second & DeclarationStacks::IsConstant);
    [all...]

Completed in 16 milliseconds