Lines Matching defs:string
299 Local<String> string,
304 if (!StringBytes::Size(isolate, string, enc).To(&length))
321 string,
570 // Convert the input into an encoded string
693 // Then coerce everything that's not a string.
722 // of string. Correct the string length for cases like HEX where less than
723 // the total string length is written.
793 // Fast case: avoid StringBytes on UTF8 string. Jump to v8.
1161 // Encode a single string to a UTF-8 Uint8Array (not Buffer).