Searched refs:createFunctionBody (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/parser/
H A DSyntaxChecker.h162 int createFunctionBody(const JSTokenLocation&, const JSTokenLocation&, int, int, bool) { return FunctionBodyResult; } function in class:JSC::SyntaxChecker
H A DParser.cpp1206 return context.createFunctionBody(startLocation, tokenLocation(), startColumn, endColumn, strictMode());
1213 return context.createFunctionBody(startLocation, tokenLocation(), startColumn, endColumn, strictMode());
1283 body = context.createFunctionBody(startLocation, endLocation, bodyStartColumn, bodyEndColumn, cachedInfo->strictMode);
H A DASTBuilder.h287 FunctionBodyNode* createFunctionBody(const JSTokenLocation& startLocation, const JSTokenLocation& endLocation, unsigned startColumn, unsigned endColumn, bool inStrictContext) function in class:JSC::ASTBuilder

Completed in 123 milliseconds