Home
last modified time | relevance | path

Searched refs:MessageLocation (Results 1 – 15 of 15) sorted by relevance

/external/v8/src/
Dmessages.h29 class MessageLocation {
31 MessageLocation(Handle<Script> script, int start_pos, int end_pos);
32 MessageLocation(Handle<Script> script, int start_pos, int end_pos,
34 MessageLocation();
721 const MessageLocation* location, Handle<Object> argument,
725 static void ReportMessage(Isolate* isolate, const MessageLocation* loc,
728 static void DefaultMessageReport(Isolate* isolate, const MessageLocation* loc,
736 const MessageLocation* loc,
Dmessages.cc20 MessageLocation::MessageLocation(Handle<Script> script, int start_pos, in MessageLocation() function in v8::internal::MessageLocation
23 MessageLocation::MessageLocation(Handle<Script> script, int start_pos, in MessageLocation() function in v8::internal::MessageLocation
29 MessageLocation::MessageLocation() : start_pos_(-1), end_pos_(-1) {} in MessageLocation() function in v8::internal::MessageLocation
34 const MessageLocation* loc, in DefaultMessageReport()
52 const MessageLocation* location, Handle<Object> argument, in MakeMessageObject()
77 void MessageHandler::ReportMessage(Isolate* isolate, const MessageLocation* loc, in ReportMessage()
130 Isolate* isolate, const MessageLocation* loc, Handle<Object> message, in ReportMessageNoExceptions()
Disolate.h725 Object* Throw(Object* exception, MessageLocation* location = NULL);
730 MessageLocation* location = NULL) {
764 MessageLocation GetMessageLocation();
773 bool ComputeLocation(MessageLocation* target);
774 bool ComputeLocationFromException(MessageLocation* target,
776 bool ComputeLocationFromStackTrace(MessageLocation* target,
780 MessageLocation* location);
Disolate.cc1017 MessageLocation* location) { in ReportBootstrappingException()
1071 Object* Isolate::Throw(Object* exception, MessageLocation* location) { in Throw()
1132 MessageLocation computed_location; in Throw()
1500 bool Isolate::ComputeLocation(MessageLocation* target) { in Throw()
1526 *target = MessageLocation(Handle<Script>::cast(script), pos, pos + 1, shared); in Throw()
1530 bool Isolate::ComputeLocationFromException(MessageLocation* target, in Throw()
1552 *target = MessageLocation(cast_script, start_pos_value, end_pos_value); in Throw()
1557 bool Isolate::ComputeLocationFromStackTrace(MessageLocation* target, in Throw()
1594 *target = MessageLocation(script, pos, pos + 1); in Throw()
1609 *target = MessageLocation(casted_script, pos, pos + 1); in Throw()
[all …]
Dpending-compilation-error-handler.cc36 MessageLocation location(script, start_position_, end_position_); in ThrowPendingError()
Dglobals.h488 class MessageLocation; variable
Djson-parser.cc166 MessageLocation location(script, position_, position_ + 1); in ParseJson()
Dobjects.h7854 Handle<Module> module, Handle<String> name, MessageLocation loc,
7858 MessageLocation loc, bool must_resolve, ResolveSet* resolve_set);
7862 Handle<Module> module, Handle<String> name, MessageLocation loc,
Dobjects.cc19707 MessageLocation loc, bool must_resolve, in ResolveImport()
19718 MessageLocation loc, bool must_resolve, in ResolveExport()
19757 MessageLocation new_loc(script, entry->beg_pos(), entry->end_pos()); in ResolveExport()
19783 Handle<Module> module, Handle<String> name, MessageLocation loc, in ResolveExportUsingStarExports()
19802 MessageLocation new_loc(script, entry->beg_pos(), entry->end_pos()); in ResolveExportUsingStarExports()
19912 MessageLocation loc(script, entry->beg_pos(), entry->end_pos()); in Instantiate()
19932 MessageLocation loc(script, entry->beg_pos(), entry->end_pos()); in Instantiate()
/external/v8/src/asmjs/
Dasm-typer.h83 const MessageLocation* message_location() const { return &message_location_; } in message_location()
149 void SetFirstForwardUse(const MessageLocation& source_location);
164 const MessageLocation* source_location() { return &source_location_; } in source_location()
177 MessageLocation source_location_;
406 MessageLocation message_location_;
Dasm-js.cc217 MessageLocation location(info->script(), info->literal()->position(), in CompileAsmViaWasm()
329 MessageLocation location(script, position, position); in InstantiateAsmWasm()
Dasm-typer.cc40 MessageLocation location(script_, node->position(), node->position()); \
180 const MessageLocation& source_location) { in SetFirstForwardUse()
419 MessageLocation location(script_, proxy->position(), proxy->position()); in AddForwardReference()
/external/v8/src/runtime/
Druntime-internal.cc343 bool ComputeLocation(Isolate* isolate, MessageLocation* target) { in ComputeLocation()
358 *target = MessageLocation(casted_script, pos, pos + 1, shared); in ComputeLocation()
367 MessageLocation location; in RenderCallSite()
/external/v8/src/debug/
Dliveedit.cc685 MessageLocation message_location = isolate->GetMessageLocation(); in GatherCompileInfo()
/external/v8/src/inspector/build/closure-compiler/
Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...