File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ template("simdjson_gn_build") {
1414 " scope" ,
1515 [ " simdjson.gyp" ])
1616
17- source_set (target_name ) {
17+ component (target_name ) {
1818 forward_variables_from (invoker , " *" )
1919 public_configs = [ " :simdjson_config" ]
2020 sources = gypi_values .simdjson_sources
Original file line number Diff line number Diff line change 1010#include < optional>
1111#include < unordered_set>
1212#include " inspector_agent.h"
13- #include " simdjson.h"
13+ #include " ../../deps/simdjson/ simdjson.h"
1414
1515namespace node {
1616// Forward declaration to break recursive dependency chain with src/env.h.
Original file line number Diff line number Diff line change @@ -163,7 +163,6 @@ void JSStream::Finish(const FunctionCallbackInfo<Value>& args) {
163163
164164
165165void JSStream::ReadBuffer (const FunctionCallbackInfo<Value>& args) {
166- v8::TryCatch try_catch (args.GetIsolate ());
167166 JSStream* wrap;
168167 ASSIGN_OR_RETURN_UNWRAP (&wrap, args.This ());
169168
You can’t perform that action at this time.
0 commit comments