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

/external/webkit/Source/JavaScriptCore/runtime/
H A DExecutable.h320 ASSERT(m_codeBlockForConstruct);
321 return *m_codeBlockForConstruct;
349 if (!m_codeBlockForConstruct)
351 ASSERT(!error == !!m_codeBlockForConstruct);
357 return m_codeBlockForConstruct;
362 ASSERT(m_codeBlockForConstruct);
363 return *m_codeBlockForConstruct;
391 OwnPtr<FunctionCodeBlock> m_codeBlockForConstruct; member in class:JSC::FunctionExecutable

Completed in 33 milliseconds