Home
last modified time | relevance | path

Searched refs:quote (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/assembler/
H A Dlexer.cpp228 char quote = curr_line_->buffer[curr_line_->pos]; in LexString() local
244 if (c == quote) { in LexString()
249 if (curr_line_->buffer[curr_line_->pos] != quote) { in LexString()
250 err_ = Error(std::string("Missing terminating ") + quote + " character", 0, in LexString()
/arkcompiler/runtime_core/static_core/assembler/
H A Dlexer.cpp223 char quote = currLine_->buffer[currLine_->pos]; in LexString() local
239 if (c == quote) { in LexString()
244 if (currLine_->buffer[currLine_->pos] != quote) { in LexString()
245 err_ = Error(std::string("Missing terminating ") + quote + " character", 0, in LexString()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js10655 quote: 222,
[all...]

Completed in 30 milliseconds