Home
last modified time | relevance | path

Searched refs:Throw (Results 1 – 25 of 57) sorted by relevance

123

/external/webkit/JavaScriptCore/runtime/
DCompletion.cpp44 return Completion(Throw, error); in checkSyntax()
57 return Completion(Throw, error); in evaluate()
67 return Completion(Throw, exception); in evaluate()
DCompletion.h34 enum ComplType { Normal, Break, Continue, ReturnValue, Throw, Interrupted }; enumerator
/external/webkit/JavaScriptCore/API/
DJSBase.cpp56 if (completion.complType() == Throw) { in JSEvaluateScript()
76 if (completion.complType() == Throw) { in JSCheckScriptSyntax()
/external/webkit/JavaScriptCore/
Djsc.cpp236 if (result.complType() == Throw) in functionLoad()
252 if (result.complType() == Throw) in functionCheckSyntax()
395 success = success && completion.complType() != Throw; in runWithScripts()
397 if (completion.complType() == Throw) in runWithScripts()
445 if (completion.complType() == Throw) in runInteractive()
/external/libpng/contrib/visupng/
Dcexcept.h243 #define Throw \ macro
DPngFile.c42 Throw msg; in png_cexcept_error()
354 Throw "Visualpng: Out of memory"; in PngSaveImage()
/external/webkit/JavaScriptGlue/
DJSRun.cpp82 return JSC::checkSyntax(fGlobalObject->globalExec(), makeSource(fSource)).complType() != Throw; in CheckSyntax()
/external/webkit/WebCore/bridge/
Dtestqtbindings.cpp112 if (comp.complType() == Throw) { in main()
Dtestbindings.cpp392 if (comp.complType() == Throw) { in main()
Dtestbindings.mm260 if (comp.complType() == Throw) {
/external/v8/src/
Ddata-flow.cc212 void AstLabeler::VisitThrow(Throw* expr) { in VisitThrow()
506 void LivenessAnalyzer::VisitThrow(Throw* expr) { in VisitThrow()
Dtop.cc606 Failure* Top::Throw(Object* exception, MessageLocation* location) { in Throw() function in v8::internal::Top
620 return Throw(Heap::illegal_access_symbol()); in ThrowIllegalOperation()
627 Throw(exception); in ScheduleThrow()
Dfast-codegen.cc301 void FastCodeGenSyntaxChecker::VisitThrow(Throw* expr) { in VisitThrow()
665 void FastCodeGenerator::VisitThrow(Throw* expr) { in VisitThrow()
Drewriter.cc381 void AstOptimizer::VisitThrow(Throw* node) { in VisitThrow()
762 void Processor::VisitThrow(Throw* node) { in VisitThrow()
Druntime.cc721 return Top::Throw(*error); in ThrowRedeclarationError()
2861 return Top::Throw(*error); in GetObjectProperty()
3042 return Top::Throw(*error); in SetObjectProperty()
4332 return Top::Throw(Heap::illegal_argument_symbol()); in Runtime_StringBuilderConcat()
4359 return Top::Throw(Heap::illegal_argument_symbol()); in Runtime_StringBuilderConcat()
4368 return Top::Throw(Heap::illegal_argument_symbol()); in Runtime_StringBuilderConcat()
4372 return Top::Throw(Heap::illegal_argument_symbol()); in Runtime_StringBuilderConcat()
4383 return Top::Throw(Heap::illegal_argument_symbol()); in Runtime_StringBuilderConcat()
4940 return Top::Throw(*type_error); in Runtime_NewObject()
5057 return Top::Throw(*result); in PushContextHelper()
[all …]
Dtop.h285 static Failure* Throw(Object* exception, MessageLocation* location = NULL);
Druntime.h247 F(Throw, 1, 1) \
Dusage-analyzer.cc284 void UsageComputer::VisitThrow(Throw* node) { in VisitThrow()
Dprettyprinter.cc328 void PrettyPrinter::VisitThrow(Throw* node) { in VisitThrow()
1041 void AstPrinter::VisitThrow(Throw* node) { in VisitThrow()
1424 void JsonAstBuilder::VisitThrow(Throw* expr) { in VisitThrow()
Dfull-codegen.cc307 void FullCodeGenSyntaxChecker::VisitThrow(Throw* expr) { in VisitThrow()
1051 void FullCodeGenerator::VisitThrow(Throw* expr) { in VisitThrow()
/external/webkit/WebCore/bindings/js/
DWorkerScriptController.cpp129 if (comp.complType() == Throw) in evaluate()
DScriptController.cpp143 if (comp.complType() == Throw || comp.complType() == Interrupted) in evaluateInWorld()
/external/v8/src/mips/
Dcodegen-mips.cc245 void CodeGenerator::VisitThrow(Throw* node) { in VisitThrow()
/external/webkit/WebCore/css/
DWebKitCSSMatrix.idl61 // Return the inverse of this matrix. Throw an exception if the matrix is not invertible
/external/v8/src/ia32/
Dfast-codegen-ia32.cc301 void FastCodeGenSyntaxChecker::VisitThrow(Throw* expr) { in VisitThrow()
868 void FastCodeGenerator::VisitThrow(Throw* expr) { in VisitThrow()

123