Lines Matching refs:STATUS_CALL
787 STATUS_CALL(v8impl::FunctionCallbackWrapper::NewFunction( in napi_create_function()
822 STATUS_CALL(v8impl::FunctionCallbackWrapper::NewTemplate( in napi_define_class()
840 STATUS_CALL(v8impl::V8NameFromPropertyDescriptor(env, p, &property_name)); in napi_define_class()
853 STATUS_CALL(v8impl::FunctionCallbackWrapper::NewTemplate( in napi_define_class()
857 STATUS_CALL(v8impl::FunctionCallbackWrapper::NewTemplate( in napi_define_class()
869 STATUS_CALL(v8impl::FunctionCallbackWrapper::NewTemplate( in napi_define_class()
894 STATUS_CALL(napi_define_properties(env, in napi_define_class()
1272 STATUS_CALL(v8impl::V8NameFromPropertyDescriptor(env, p, &property_name)); in napi_define_properties()
1279 STATUS_CALL(v8impl::FunctionCallbackWrapper::NewFunction( in napi_define_properties()
1283 STATUS_CALL(v8impl::FunctionCallbackWrapper::NewFunction( in napi_define_properties()
1300 STATUS_CALL(v8impl::FunctionCallbackWrapper::NewFunction( in napi_define_properties()
1697 STATUS_CALL(set_error_code(env, error_obj, code, nullptr)); in napi_create_error()
1717 STATUS_CALL(set_error_code(env, error_obj, code, nullptr)); in napi_create_type_error()
1737 STATUS_CALL(set_error_code(env, error_obj, code, nullptr)); in napi_create_range_error()
1917 STATUS_CALL(set_error_code(env, error_obj, nullptr, code)); in napi_throw_error()
1935 STATUS_CALL(set_error_code(env, error_obj, nullptr, code)); in napi_throw_type_error()
1953 STATUS_CALL(set_error_code(env, error_obj, nullptr, code)); in napi_throw_range_error()
2752 STATUS_CALL(napi_create_external_buffer( in napi_create_external_arraybuffer()