You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There needs to be an API for getting at the global object. In the V8 API you can get this from v8::Context::Global(). In Neon it should probably be a method of Scope, something like:
fnglobal(&mutself) -> Handle<JsObject>;
The text was updated successfully, but these errors were encountered:
@reSHARMA So sorry, @GabrielCastro got to this one first with #253. I'm planning to spend some time tomorrow finding more good tasks for first-time contributors.
There needs to be an API for getting at the global object. In the V8 API you can get this from v8::Context::Global(). In Neon it should probably be a method of
Scope
, something like:The text was updated successfully, but these errors were encountered: