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

/external/webkit/Source/JavaScriptCore/qt/benchmarks/qscriptengine/
H A Dtst_qscriptengine.cpp29 void checkSyntax();
47 void tst_QScriptEngine::checkSyntax() function in class:tst_QScriptEngine
52 engine.checkSyntax(code);
/external/webkit/Source/JavaScriptCore/runtime/
H A DCompletion.cpp37 Completion checkSyntax(ExecState* exec, const SourceCode& source) function in namespace:JSC
43 JSObject* error = program->checkSyntax(exec);
H A DExecutable.cpp145 JSObject* ProgramExecutable::checkSyntax(ExecState* exec) function in class:JSC::ProgramExecutable
/external/webkit/Source/JavaScriptCore/yarr/
H A DYarrSyntaxChecker.cpp53 const char* checkSyntax(const UString& pattern) function in namespace:JSC::Yarr
/external/webkit/Source/JavaScriptCore/qt/api/
H A Dqscriptengine.cpp52 QScriptSyntaxCheckResult QScriptEngine::checkSyntax(const QString &program) function in class:QScriptEngine
62 return QScriptSyntaxCheckResultPrivate::get(engine->checkSyntax(program));
H A Dqscriptengine_p.cpp51 QScriptSyntaxCheckResultPrivate* QScriptEnginePrivate::checkSyntax(const QString& program) function in class:QScriptEnginePrivate
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptengine/
H A Dtst_qscriptengine.cpp49 void checkSyntax();
429 void tst_QScriptEngine::checkSyntax() function in class:tst_QScriptEngine
437 QScriptSyntaxCheckResult result = QScriptEngine::checkSyntax(code);
/external/icu4c/i18n/
H A Dplurrule.cpp361 mParser->checkSyntax(prevType, type, status);
1138 RuleParser::checkSyntax(tokenType prevType, tokenType curType, UErrorCode &status) function in class:RuleParser

Completed in 98 milliseconds