Home
last modified time | relevance | path

Searched refs:shouldCreateVar (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/bytecompiler/
DBytecodeGenerator.cpp273 Vector<bool, 16> shouldCreateVar(varStack.size()); in BytecodeGenerator() local
276 shouldCreateVar[i] = false; in BytecodeGenerator()
279 shouldCreateVar[i] = true; in BytecodeGenerator()
296 if (!shouldCreateVar[i]) in BytecodeGenerator()