Searched refs:WriteUtf8 (Results 1 - 13 of 13) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-module-sourcemap.cc | 71 file_name->WriteUtf8(v8_isolate, file_name_buf.get()); in WasmModuleSourceMap() 86 mappings->WriteUtf8(v8_isolate, mappings_buf.get()); in WasmModuleSourceMap()
|
/third_party/node/benchmark/napi/function_args/ |
H A D | binding.cc | 26 str->WriteUtf8(args.GetIsolate(), buf, length); in CallWithString()
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-trace.cc | 54 local->WriteUtf8(v8_isolate, reinterpret_cast<char*>(buf_)); in MaybeUtf8()
|
/third_party/node/deps/v8/src/third_party/vtune/ |
H A D | vtune-jit.cc | 207 script_name->WriteUtf8(event->isolate, temp_file_name.get()); in event_handler()
|
/third_party/node/src/ |
H A D | string_bytes.cc | 332 nbytes = str->WriteUtf8(isolate, buf, buflen, nullptr, flags); in Write()
|
H A D | util.cc | 91 string->WriteUtf8(isolate, target->out(), storage, nullptr, flags); in MakeUtf8String()
|
H A D | node_buffer.cc | 1180 str->WriteUtf8(isolate, in EncodeUtf8String() 1216 int written = source->WriteUtf8( in EncodeInto()
|
H A D | js_native_api_v8.cc | 3697 int copied = val.As<v8::String>()->WriteUtf8(
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-primitive.h | 167 * WriteUtf8 will not write partial UTF-8 sequences, preferring to stop 177 * WriteUtf8 the number of bytes in the buffer. 182 * terminator. For WriteUtf8: The number of bytes copied to the buffer 190 // Used by WriteUtf8 to replace orphan surrogate code units with the 203 int WriteUtf8(Isolate* isolate, char* buffer, int length = -1,
|
/third_party/node/deps/v8/include/ |
H A D | v8-primitive.h | 166 * WriteUtf8 will not write partial UTF-8 sequences, preferring to stop 176 * WriteUtf8 the number of bytes in the buffer. 181 * terminator. For WriteUtf8: The number of bytes copied to the buffer 189 // Used by WriteUtf8 to replace orphan surrogate code units with the 202 int WriteUtf8(Isolate* isolate, char* buffer, int length = -1,
|
/third_party/node/src/crypto/ |
H A D | crypto_util.cc | 418 str->WriteUtf8(env->isolate(), out.data<char>(), alloc_size, nullptr, opts); in SetFipsCrypto()
|
/third_party/node/deps/v8/src/web-snapshot/ |
H A D | web-snapshot.cc | 453 api_string->WriteUtf8(v8_isolate, buffer.get(), length); in SerializeString()
|
/third_party/node/deps/v8/src/api/ |
H A D | api.cc | 5684 int String::WriteUtf8(Isolate* v8_isolate, char* buffer, int capacity, in WriteUtf8() function in v8::OneByteMask::String 5688 API_RCS_SCOPE(isolate, String, WriteUtf8); in WriteUtf8() 9643 str->WriteUtf8(isolate, str_); in Utf8Value()
|
Completed in 40 milliseconds