Lines Matching defs:string
67 // GetRoot might allocate if lookup_start_object_ is a string.
254 // string iterator protector.
304 // the string iterator protector. Symbol.iterator can also be set on a
305 // String wrapper, but not on a primitive string. We only support
1545 String string, size_t index) {
1547 // The access guard below protects string accesses related to internalized
1549 // TODO(jgruber): Support other string kinds.
1550 Map string_map = string.map(isolate, kAcquireLoad);
1557 const uint32_t length = static_cast<uint32_t>(string.length());
1563 charcode = string.Get(static_cast<int>(index), PtrComprCageBase(isolate),