Home
last modified time | relevance | path

Searched refs:ThrowSourceRanges (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/ast/
Dast-source-ranges.h219 class ThrowSourceRanges final : public ContinuationSourceRanges {
221 explicit ThrowSourceRanges(int32_t continuation_position) in ThrowSourceRanges() function
/external/v8/src/parsing/
Dparser.h1079 throw_expr, new (zone()) ThrowSourceRanges(continuation_position));