OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 25 milliseconds