Lines Matching defs:call
3522 static void ExpectCheckCall(napi_status call)
3524 EXPECT_EQ(call, napi_ok);
4489 // 1. create five child threads to call napi_run_event_loop
4548 // call napi_fatal_exception interface with nullptr env
4568 // call napi_fatal_exception interface with non-JSError object
4583 // call napi_fatal_exception interface with nullptr error
7064 // call napi_module_register interface with nullptr error
7078 // call napi_get_last_error_info interface with nullptr error
7093 // call napi_throw interface with nullptr error
7108 // call napi_throw_error interface with nullptr msg
7123 // call napi_throw_type_error interface with nullptr msg
7138 // call napi_throw_range_error interface with nullptr msg
7163 // call napi_is_error interface with correct input
7178 // call napi_is_error interface with nullptr value and nullptr result
7194 // call napi_is_error interface with nullptr value
7218 // call napi_is_error interface with nullptr result