Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DisomorphicMappedTypeInference.ts335 declare function validate<T>(obj: { [P in keyof T]?: T[P] }): T; function
DgenericClassPropertyInheritanceSpecialization.ts66 public validate: KnockoutObservable<TValue>; property in Validator
/arkcompiler/ets_frontend/test/scripts/sdk_test/
Dexecution.py783 def validate(compilation_info, task, is_debug, stdout, stderr, output_file=''): function