Lines Matching refs:MessageLocation
1587 Object Isolate::ThrowAt(Handle<JSObject> exception, MessageLocation* location) {
1657 MessageLocation* location) {
1714 Handle<Object> exception, MessageLocation* location) {
1743 Object Isolate::ThrowInternal(Object raw_exception, MessageLocation* location) {
1811 MessageLocation computed_location;
2349 bool Isolate::ComputeLocation(MessageLocation* target) {
2371 MessageLocation(Handle<Script>::cast(script), pos, pos + 1, shared);
2373 *target = MessageLocation(Handle<Script>::cast(script), shared,
2379 bool Isolate::ComputeLocationFromException(MessageLocation* target,
2401 *target = MessageLocation(cast_script, start_pos_value, end_pos_value);
2405 bool Isolate::ComputeLocationFromSimpleStackTrace(MessageLocation* target,
2422 bool Isolate::ComputeLocationFromDetailedStackTrace(MessageLocation* target,
2435 *target = MessageLocation(handle(info->script(), this), pos, pos + 1);
2440 MessageLocation* location) {
2458 MessageLocation computed_location;
2479 MessageLocation* location = nullptr;
2480 MessageLocation computed_location;
2583 MessageLocation location(script, start_pos, end_pos);