Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/playground/backend/src/arkts_playground/
Dconfig.py56 def get_settings(args: Optional[Tuple] = None) -> PlaygroundSettings:
66 def get_options(args: Optional[Tuple] = None) -> List[OptionModel]:
71 def get_syntax(args: Optional[Tuple] = None) -> SyntaxModel:
Dapp.py31 def create_app(args: Optional[Tuple] = None) -> FastAPI:
/arkcompiler/ets_runtime/ecmascript/
Dvtable.h45 explicit Tuple(const CVector<JSHandle<JSTaggedValue>> &vec) : items_(std::move(vec)) {} in Tuple() function
/arkcompiler/ets_frontend/arkguard/test/combinations/basic_grammar/06_type/
D01_type_01.ts134 type Tuple = [string, number]; alias