We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3b9a88 commit c9b22c8Copy full SHA for c9b22c8
src/util.cc
@@ -63,7 +63,7 @@ using v8::Value;
63
template <typename T>
64
static void MakeUtf8String(Isolate* isolate,
65
Local<Value> value,
66
- T* target) {
+ MaybeStackBuffer<T>* target) {
67
Local<String> string;
68
if (!value->ToString(isolate->GetCurrentContext()).ToLocal(&string)) return;
69
0 commit comments