Searched refs:IsCaptured (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecompiler/
H A DBytecodeGenerator.h119 IsCaptured enumerator in enum:JSC::CaptureMode
133 , m_isCaptured(captureMode == IsCaptured)
144 CaptureMode captureMode() { return isCaptured() ? IsCaptured : NotCaptured; }
185 CaptureMode captureMode(int operand) { return isCaptured(operand) ? IsCaptured : NotCaptured; }
H A DBytecodeGenerator.cpp328 emitNewFunction(addVar(ident, IsVariable, IsWatchable), IsCaptured, function); local
486 return emitMove(addVar(), IsCaptured, &m_calleeRegister);
1000 emitOpcode(captureMode == IsCaptured ? op_captured_mov : op_mov);
1003 if (captureMode == IsCaptured)
1577 emitOpcode(captureMode == IsCaptured ? op_new_captured_func : op_new_func);
1580 if (captureMode == IsCaptured) {

Completed in 81 milliseconds