HomeSort by relevance Sort by last modified time
    Searched refs:FunctionCodeBlock (Results 1 - 2 of 2) sorted by null

  /external/webkit/JavaScriptCore/runtime/
Executable.cpp 128 m_codeBlock = new FunctionCodeBlock(this, FunctionCode, source().provider(), source().startOffset());
191 OwnPtr<CodeBlock> newCodeBlock(new FunctionCodeBlock(this, FunctionCode, source().provider(), source().startOffset()));
195 generator->setRegeneratingForExceptionInfo(static_cast<FunctionCodeBlock*>(codeBlock));
  /external/webkit/JavaScriptCore/bytecode/
CodeBlock.h 621 class FunctionCodeBlock : public CodeBlock {
627 FunctionCodeBlock(FunctionExecutable* ownerExecutable, CodeType codeType, PassRefPtr<SourceProvider> sourceProvider, unsigned sourceOffset)
631 ~FunctionCodeBlock()

Completed in 28 milliseconds