Home
last modified time | relevance | path

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

/arkcompiler/jsvm/src/inspector/
Djs_native_api_v8_inspector.h67 struct ContextInfo { struct
68 explicit ContextInfo(const std::string& name) : name(name) {} in ContextInfo() function
69 const std::string name;
70 std::string origin;
71 bool isDefault = false;