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

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DCodeBlock.h1375 class FunctionCodeBlock : public CodeBlock { class in namespace:JSC
1377 FunctionCodeBlock(CopyParsedBlockTag, FunctionCodeBlock& other) function in class:JSC::FunctionCodeBlock
1382 FunctionCodeBlock(FunctionExecutable* ownerExecutable, UnlinkedFunctionCodeBlock* unlinkedCodeBlock, JSGlobalObject* globalObject, PassRefPtr<SourceProvider> sourceProvider, unsigned sourceOffset, unsigned firstLineColumnOffset, PassOwnPtr<CodeBlock> alternative = nullptr) function in class:JSC::FunctionCodeBlock

Completed in 339 milliseconds