Lines Matching refs:string_view

24 inline constexpr std::string_view CALL_FUNCTION = "napi_call_function";
25 inline constexpr std::string_view CREATE_OBJECT = "napi_create_object";
26 inline constexpr std::string_view CREATE_INT32 = "napi_create_int32";
27 inline constexpr std::string_view CREATE_INT64 = "napi_create_int64";
28 inline constexpr std::string_view CREATE_PROMISE = "napi_create_promise";
29 inline constexpr std::string_view CREATE_REFERENCE = "napi_create_reference";
30 inline constexpr std::string_view CREATE_ASYNC_WORK = "napi_create_async_work";
31 inline constexpr std::string_view DEFINE_PROPERTIES = "napi_define_properties";
32 inline constexpr std::string_view DEFINE_CLASS = "napi_define_class";
33 inline constexpr std::string_view DELETE_REFERENCE = "napi_delete_reference";
34 inline constexpr std::string_view GET_CB_INFO = "napi_get_cb_info";
35 inline constexpr std::string_view GET_VALUE_BOOL = "napi_get_value_bool";
36 inline constexpr std::string_view GET_GLOBAL = "napi_get_global";
37 inline constexpr std::string_view GET_REFERENCE_VALUE = "napi_get_reference_value";
38 inline constexpr std::string_view GET_BOOLEAN = "napi_get_boolean";
39 inline constexpr std::string_view GET_VALUE_INT32 = "napi_get_value_int32";
40 inline constexpr std::string_view GET_UV_EVENT_LOOP = "napi_get_uv_event_loop";
41 inline constexpr std::string_view GET_UNDEFINED = "napi_get_undefined";
42 inline constexpr std::string_view GET_NAMED_PROPERTY = "napi_get_named_property";
43 inline constexpr std::string_view HAS_NAMED_PROPERTY = "napi_has_named_property";
44 inline constexpr std::string_view NEW_INSTANCE = "napi_new_instance";
45 inline constexpr std::string_view QUEUE_ASYNC_WORK = "napi_queue_async_work";
46 inline constexpr std::string_view RESOLVE_DEFERRED = "napi_resolve_deferred";
47 inline constexpr std::string_view REJECT_DEFERRED = "napi_reject_deferred";
48 inline constexpr std::string_view REFERENCE_REF = "napi_reference_ref";
49 inline constexpr std::string_view REFERENCE_UNREF = "napi_reference_unref";
50 inline constexpr std::string_view SET_NAMED_PROPERTY = "napi_set_named_property";
51 inline constexpr std::string_view STRICT_EQUALS = "napi_strict_equals";
52 inline constexpr std::string_view TYPEOF = "napi_typeof";
53 inline constexpr std::string_view UNWRAP = "napi_unwrap";
54 inline constexpr std::string_view WRAP = "napi_wrap";
55 inline constexpr std::string_view GET_VALUE_STRING_UTF8 = "napi_get_value_string_utf8";
56 inline constexpr std::string_view GET_ARRAY_LENGTH = "napi_get_array_length";
57 inline constexpr std::string_view GET_ELEMENT = "napi_get_element";
58 inline constexpr std::string_view CREATE_ARRAY = "napi_create_array";
59 inline constexpr std::string_view SET_ELEMENT = "napi_set_element";
60 inline constexpr std::string_view CREATE_STRING_UTF8 = "napi_create_string_utf8";
64 inline constexpr std::string_view DELETE_ASYNC_WORK = "napi_delete_async_work";
65 inline constexpr std::string_view COERCE_TO_BOOL = "napi_coerce_to_bool";
66 inline constexpr std::string_view CREATE_ERROR = "napi_create_error";