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/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 10 milliseconds