Lines Matching defs:error
107 #include "src/parsing/pending-compilation-error-handler.h"
211 // OOM error handler is called and execution is stopped.
307 // If the fatal error handler returns, we stop execution.
308 FATAL("API fatal error handler returned after process out of memory");
318 base::OS::PrintError("\n#\n# Fatal error in %s\n# %s\n#\n\n", location,
6546 void Context::SetErrorMessageForCodeGenerationFromStrings(Local<String> error) {
6548 i::Handle<i::String> error_handle = Utils::OpenHandle(*error);
6906 // If we are steering towards a range error, do not wait for the error to be
9670 i::Object error; \
9675 error = *isolate->factory()->NewError(constructor, message); \
9677 i::Handle<i::Object> result(error, isolate); \
9688 DEFINE_ERROR(Error, error)