Lines Matching refs:exception

34     struct exception {  struct
35 exception(const char *s) : str(s) { } in exception() function
52 throw exception("Failed to coerce to string"); in coerce_to_string()
67 throw exception("Failed to create buffer"); in create_buffer()
82 throw exception("Failed to create function"); in create_function()
104 throw exception("Failed to create object"); in create_object()
119 throw exception("Failed to create reference");
134 throw exception("Failed to create latin1 string"); in create_string_latin1()
162 throw exception("Failed to define class"); in define_class()
184 throw exception("Failed to get array length"); in get_array_length()
199 throw exception("Failed to get buffer info"); in get_buffer_info()
214 throw exception("Failed to get arguments from js"); in get_cb_info()
229 throw exception("Failed to get arguments from js"); in get_cb_info()
246 throw exception("Wrong args count. Expected 1"); in get_cb_info()
261 throw exception("Failed to get element"); in get_element()
276 throw exception("Failed to get named property"); in get_named_property()
291 throw exception("Failed to get new target"); in get_new_target()
306 throw exception("Failed to get property"); in get_property()
321 throw exception("Failed to get property names"); in get_property_names()
336 throw exception("Failed to get reference value"); in get_reference_value()
358 throw exception("Failed to get bool"); in get_value_bool()
373 throw exception("Failed to get string latin1"); in get_value_string_latin1()
388 throw exception("Failed to get uint32_t"); in get_value_uint32()
403 throw exception("Failed to get string utf8"); in get_value_string_utf8()
418 throw exception("Failed to confirm value is array"); in is_array()
433 throw exception("Failed to confirm value is buffer"); in is_buffer()
450 throw exception("Failed to make callback"); in make_callback()
455 throw exception("Failed to get and clear last exception"); in make_callback()
461 throw exception("Failed napi_fatal_exception()"); in make_callback()
512 throw exception("Failed to create instance"); in new_instance()
527 throw exception("Failed to create instance"); in new_instance()
543 throw exception("Failed to create instance"); in new_instance()
557 throw exception("Failed to set element"); in set_element()
569 throw exception("Failed to set named property"); in set_named_property()
611 throw exception("Failed to create int32"); in create()
626 throw exception("Failed to create uint32"); in create()
641 throw exception("Failed to create int64"); in create()
666 throw exception("Failed to remove_wrap"); in remove_wrap()
681 throw_error(const exception &e) in throw_error()
695 throw exception("Failed to get typeof"); in type_of()
710 throw exception("Failed to unwrap"); in unwrap()
725 throw exception("Failed to wrap");
756 throw exception("Failed to open handle scope"); in nxt_handle_scope()
786 throw exception("Failed to init async object"); in nxt_async_context()
820 throw exception("Failed to open callback scope"); in nxt_callback_scope()