Lines Matching refs:error
221 Local<Value> error;
227 &error).ToLocal(&filename)) {
228 *err_out = error;
261 Local<Value> error;
267 &error)
272 return req_wrap->Reject(error);
314 return; // syscall failed, no need to continue, error info is in ctx
326 Local<Value> error;
332 &error)
335 USE(ctx->Set(env->context(), env->error_string(), error));
386 return; // syscall failed, no need to continue, error info is in ctx