Searched defs:captureCount (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DJSActivation.h123 size_t captureCount = symbolTable->captureCount(); local
H A DSymbolTable.h456 int captureCount() const { return -(m_captureEnd - m_captureStart); } function in class:JSC::SymbolTable
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DCodeBlock.h362 unsigned captureCount() const function in class:JSC::CodeBlock

Completed in 191 milliseconds