Lines Matching refs:string
27 #include "src/strings/string-builder-inl.h"
142 Isolate* isolate, Handle<String> string);
1670 // 2. Let string be ? ToString(item).
1671 Handle<String> string;
1672 ASSIGN_RETURN_ON_EXCEPTION(isolate, string, Object::ToString(isolate, item),
1675 // 3. Let epochNanoseconds be ? ParseTemporalInstant(string).
1678 ParseTemporalInstant(isolate, string),
1872 // 5. Let string be ? ToString(item).
1873 Handle<String> string;
1874 ASSIGN_RETURN_ON_EXCEPTION(isolate, string,
1877 // 6. Let result be ? ParseTemporalDateString(string).
1878 Maybe<DateRecord> maybe_result = ParseTemporalDateString(isolate, string);
2036 // a. Let string be ? ToString(item).
2037 Handle<String> string;
2038 ASSIGN_RETURN_ON_EXCEPTION(isolate, string,
2041 // b. Let result be ? ParseTemporalTimeString(string).
2042 Maybe<TimeRecord> maybe_result = ParseTemporalTimeString(isolate, string);
2250 // c. Let post be the string-concatenation of the code unit 0x003A (COLON),
2254 // a. Let post be the string-concatenation of the code unit 0x003A (COLON)
2259 // 12. Return the string-concatenation of sign, h, the code unit 0x003A
2320 // a. Set fraction to the string-concatenation of the previous value of
2321 // fraction and the string "000000000".
2608 // i. Set fraction to the string-concatenation of the previous value of
2609 // fraction and the string "000000000".
2669 Handle<String> string) {
2672 // 2. Let result be ? ParseTemporalTimeZoneString(string).
2674 ParseTemporalTimeZoneString(isolate, string);
2733 // a. Set fraction to the string-concatenation of the previous value of
2734 // fraction and the string "000000000".
3249 bool Contains(const std::string& id) const {
3253 std::string Id(int32_t index) const {
3263 std::map<std::string, int32_t> calendar_id_indices;
3264 std::vector<std::string> calendar_ids;
3270 bool IsBuiltinCalendar(Isolate* isolate, const std::string& id) {
5567 std::string id =