Lines Matching defs:callback
101 "Uncaught N-API callback exception detected, please run node "
107 // If there was an unhandled exception in the complete callback,
327 // the callback above will delete it.
483 env, "ERR_JSVM_TSFN_CALL_JS", "Failed to call JS callback");
534 * callback to the resource object.
567 const v8::Local<v8::Function> callback,
574 callback,
639 // Intercepts the Node-V8 module registration callback. Converts parameters
640 // to NAPI equivalents and then calls the registration callback specified
1051 // The finalizer object will delete itself after invoking the callback.
1190 // Establish a handle scope here so that every callback doesn't have to.
1201 // likely deleted by the complete callback.