Home
last modified time | relevance | path

Searched defs:SourceMapCallback (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h121 using SourceMapCallback = std::function<std::string(const std::string& rawStack)>; variable
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h129 using SourceMapCallback = std::function<std::string(const std::string& rawStack)>; variable