Home
last modified time | relevance | path

Searched refs:checkSyntax (Results 1 – 25 of 32) sorted by relevance

12

/external/webkit/Source/JavaScriptCore/qt/benchmarks/qscriptengine/
Dtst_qscriptengine.cpp29 void checkSyntax();
47 void tst_QScriptEngine::checkSyntax() in checkSyntax() function in tst_QScriptEngine
52 engine.checkSyntax(code); in checkSyntax()
/external/webkit/Source/JavaScriptCore/runtime/
DCompletion.cpp37 Completion checkSyntax(ExecState* exec, const SourceCode& source) in checkSyntax() function
43 JSObject* error = program->checkSyntax(exec); in checkSyntax()
DCompletion.h58 Completion checkSyntax(ExecState*, const SourceCode&);
DExecutable.h273 JSObject* checkSyntax(ExecState*);
DExecutable.cpp145 JSObject* ProgramExecutable::checkSyntax(ExecState* exec) in checkSyntax() function in JSC::ProgramExecutable
/external/webkit/Source/JavaScriptCore/qt/api/
Dqscriptengine.cpp52 QScriptSyntaxCheckResult QScriptEngine::checkSyntax(const QString &program) in checkSyntax() function in QScriptEngine
62 return QScriptSyntaxCheckResultPrivate::get(engine->checkSyntax(program)); in checkSyntax()
Dqscriptengine.h45 static QScriptSyntaxCheckResult checkSyntax(const QString& program);
Dqscriptengine_p.cpp51 QScriptSyntaxCheckResultPrivate* QScriptEnginePrivate::checkSyntax(const QString& program) in checkSyntax() function in QScriptEnginePrivate
Dqscriptengine_p.h52 QScriptSyntaxCheckResultPrivate* checkSyntax(const QString& program);
/external/webkit/Source/JavaScriptCore/yarr/
DYarrSyntaxChecker.h33 const char* checkSyntax(const UString& pattern);
DYarrSyntaxChecker.cpp53 const char* checkSyntax(const UString& pattern) in checkSyntax() function
/external/webkit/PerformanceTests/SunSpider/resources/
Dsunspider-standalone-driver.js38 times[j] = checkSyntax(testName);
/external/webkit/Source/JavaScriptGlue/
DJSRun.cpp77 return JSC::checkSyntax(fGlobalObject->globalExec(), makeSource(fSource)).complType() != Throw; in CheckSyntax()
DChangeLog2289 (JSRun::CheckSyntax): Ditto for checkSyntax().
2963 (JSRun::CheckSyntax): Updated to use new checkSyntax syntax in JSC.
/external/webkit/Source/JavaScriptCore/API/
DJSBase.cpp76 Completion completion = checkSyntax(exec->dynamicGlobalObject()->globalExec(), source); in JSCheckScriptSyntax()
/external/icu4c/i18n/
Dplurrule_impl.h134 void checkSyntax(tokenType prevType, tokenType curType, UErrorCode &status);
Dplurrule.cpp361 mParser->checkSyntax(prevType, type, status); in parseDescription()
1138 RuleParser::checkSyntax(tokenType prevType, tokenType curType, UErrorCode &status) in checkSyntax() function in RuleParser
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptengine/
Dtst_qscriptengine.cpp49 void checkSyntax();
429 void tst_QScriptEngine::checkSyntax() in checkSyntax() function in tst_QScriptEngine
437 QScriptSyntaxCheckResult result = QScriptEngine::checkSyntax(code); in checkSyntax()
/external/webkit/Source/JavaScriptCore/parser/
DSyntaxChecker.h143 …gExp(const Identifier& pattern, const Identifier&, int) { return Yarr::checkSyntax(pattern.ustring… in createRegExp()
DASTBuilder.h221 if (Yarr::checkSyntax(pattern.ustring())) in createRegExp()
DJSParser.cpp1939 m_errorMessage = Yarr::checkSyntax(pattern->ustring()); in parsePrimaryExpression()
/external/webkit/Source/JavaScriptCore/
Djsc.cpp250 … Completion result = checkSyntax(globalObject->globalExec(), makeSource(script.data(), fileName)); in functionCheckSyntax()
DChangeLog-2003-10-25330 (InterpreterImp::checkSyntax): Likewise.
/external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
DJavaScriptCore.def84 ?checkSyntax@JSC@@YA?AVCompletion@1@PAVExecState@1@ABVSourceCode@1@@Z
/external/webkit/PerformanceTests/SunSpider/
DChangeLog8 elapsed milliseconds from "run" and "checkSyntax" instead of measuring

12