Home
last modified time | relevance | path

Searched defs:ExecuteModuleBuffer (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_executor.cpp143 Expected<JSTaggedValue, bool> JSPandaFileExecutor::ExecuteModuleBuffer( in ExecuteModuleBuffer() function in panda::ecmascript::JSPandaFileExecutor
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp1055 HWTEST_F_L0(JSNApiTests, ExecuteModuleBuffer) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp591 bool JSNApi::ExecuteModuleBuffer(EcmaVM *vm, const uint8_t *data, int32_t size, const std::string &… in ExecuteModuleBuffer() function in panda::JSNApi