Home
last modified time | relevance | path

Searched refs:WriteUtf8 (Results 1 - 13 of 13) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dwasm-module-sourcemap.cc71 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 Dbinding.cc26 str->WriteUtf8(args.GetIsolate(), buf, length); in CallWithString()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-trace.cc54 local->WriteUtf8(v8_isolate, reinterpret_cast<char*>(buf_)); in MaybeUtf8()
/third_party/node/deps/v8/src/third_party/vtune/
H A Dvtune-jit.cc207 script_name->WriteUtf8(event->isolate, temp_file_name.get()); in event_handler()
/third_party/node/src/
H A Dstring_bytes.cc332 nbytes = str->WriteUtf8(isolate, buf, buflen, nullptr, flags); in Write()
H A Dutil.cc91 string->WriteUtf8(isolate, target->out(), storage, nullptr, flags); in MakeUtf8String()
H A Dnode_buffer.cc1180 str->WriteUtf8(isolate, in EncodeUtf8String()
1216 int written = source->WriteUtf8( in EncodeInto()
H A Djs_native_api_v8.cc3697 int copied = val.As<v8::String>()->WriteUtf8(
/third_party/node/deps/v8/include/v8-include/
H A Dv8-primitive.h167 * 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 Dv8-primitive.h166 * 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 Dcrypto_util.cc418 str->WriteUtf8(env->isolate(), out.data<char>(), alloc_size, nullptr, opts); in SetFipsCrypto()
/third_party/node/deps/v8/src/web-snapshot/
H A Dweb-snapshot.cc453 api_string->WriteUtf8(v8_isolate, buffer.get(), length); in SerializeString()
/third_party/node/deps/v8/src/api/
H A Dapi.cc5684 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