Searched refs:ExecuteNativeFunc (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/update/updater/test/unittest/test_data/diffpatch/ | ||
H A D | PatchGztest_new.gz | 1[==========] Running 25 tests from 7 test ... |
H A D | PatchGztest_old.gz | 1[==========] Running 25 tests from 7 test ... |
/ohos5.0/base/update/updater/services/script/script_interpreter/ | ||
H A D | script_interpreter.h | 50 UScriptValuePtr ExecuteNativeFunc(UScriptContextPtr upContext, const std::string &name, |
H A D | script_expression.cpp | 158 return inter.ExecuteNativeFunc(local, functionName_, params_); in Execute() |
H A D | script_interpreter.cpp | 171 UScriptValuePtr ScriptInterpreter::ExecuteNativeFunc(UScriptContextPtr context, in ExecuteNativeFunc() function in Uscript::ScriptInterpreter |