Searched refs:get_api (Results 1 - 1 of 1) sorted by relevance
/third_party/node/test/js-native-api/test_string/ |
H A D | test_string.c | 46 OneByteGetAPI get_api, in TestOneByteImpl() 56 NODE_API_CALL(env, get_api(env, args[0], buffer, buffer_size, &copied)); in TestOneByteImpl() 70 TwoByteGetAPI get_api, in TestTwoByteImpl() 80 NODE_API_CALL(env, get_api(env, args[0], buffer, buffer_size, &copied)); in TestTwoByteImpl() 44 TestOneByteImpl(napi_env env, napi_callback_info info, OneByteGetAPI get_api, OneByteCreateAPI create_api, enum length_type length_mode) TestOneByteImpl() argument 68 TestTwoByteImpl(napi_env env, napi_callback_info info, TwoByteGetAPI get_api, TwoByteCreateAPI create_api, enum length_type length_mode) TestTwoByteImpl() argument
|
Completed in 2 milliseconds