Lines Matching refs:napi_get_property
3 …_info** to load a module. After the module is loaded, you can use **napi_get_property** to obtain …
97 // 4. Call napi_get_property to obtain a variable value.
98 napi_get_property(env, result, key, &value);
160 // 4. Call napi_get_property to obtain a variable value.
161 napi_get_property(env, result, key, &value);
205 // 2. Call napi_get_property to obtain the DEFAULT variable.
207 napi_get_property(env, result, key, &defaultValue);
251 // 2. Call napi_get_property to obtain the default object.
253 napi_get_property(env, result, key, &defaultValue);
416 // 4. Call napi_get_property to obtain a variable value.
417 napi_get_property(env, result, key, &value);