Home
last modified time | relevance | path

Searched refs:TwoByteValue (Results 1 – 10 of 10) sorted by relevance

/third_party/node/src/
Dutil.cc90 TwoByteValue::TwoByteValue(Isolate* isolate, Local<Value> value) { in TwoByteValue() function in node::TwoByteValue
Dutil.h532 class TwoByteValue : public MaybeStackBuffer<uint16_t> {
534 explicit TwoByteValue(v8::Isolate* isolate, v8::Local<v8::Value> value);
Dinspector_js_api.cc36 TwoByteValue buffer(isolate, value); in ToProtocolString()
Dnode_util.cc328 TwoByteValue value(env->isolate(), args[0]); in ToUSVString()
Dnode_i18n.cc827 TwoByteValue value(env->isolate(), args[0]); in GetStringWidth()
Dinspector_agent.cc67 TwoByteValue buffer(isolate, value); in ToProtocolString()
Dnode_buffer.cc714 node::TwoByteValue str(env->isolate(), args[1]); in Fill()
DREADME.md1011 The `Utf8Value`, `TwoByteValue` (i.e. UTF-16 value) and `BufferValue`
/third_party/node/doc/changelogs/
DCHANGELOG_V8.md4885 …/nodejs/node/commit/a7f7724167)] - **src**: remove misleading flag in TwoByteValue (Timothy Gu) [#…
DCHANGELOG_V6.md5169 …nodejs/node/commit/b6a41d6120)] - **src**: fix out-of-bounds write in TwoByteValue (Anna Henningse…