Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/json/
Djson-parser.h345 bool chars_may_relocate_; variable
Djson-parser.cc230 chars_may_relocate_ = false; in JsonParser()
236 chars_may_relocate_ = true; in JsonParser()
1036 if (chars_may_relocate_) { in MakeString()