Home
last modified time | relevance | path

Searched defs:current_location (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/wasm/
Dwasm-serialization.cc38 byte* current_location() const { return pos_; } in current_location() function in v8::internal::wasm::__anon6c7370ac0111::Writer
81 const byte* current_location() const { return pos_; } in current_location() function in v8::internal::wasm::__anon6c7370ac0111::Reader
/external/v8/src/parsing/
Dparser-base.h757 Scanner::Location current_location = scanner()->location(); in ExpectSemicolon() local