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 154d4e5 commit a246312Copy full SHA for a246312
1 file changed
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