Searched refs:napi_run_script (Results 1 – 4 of 4) sorted by relevance
153 napi_run_script(env, testScript, &date);289 napi_run_script(env, testScript, &date);
168 |FUNC|napi_run_script|将给定对象作为js代码运行。当前接口实际为空实现,可使用系统拓展接口`napi_run_script_path`接口,提升安全性。|10|
168 |FUNC|napi_run_script|Runs an object as JS code. Currently, this API is an empty implementation. Fo…
2953 NAPI_EXTERN napi_status napi_run_script(napi_env env, napi_value script, napi_value* result) in napi_run_script() function