require_type_check

Type checking for static context

  1. void require_type_check(AstIndex nodeIndex, CompilationContext* context, IsNested isNested)
    void
    require_type_check
    (
    ref AstIndex nodeIndex
    ,
    CompilationContext* context
    ,)
  2. void require_type_check(AstNodes items, TypeCheckState state, IsNested isNested)
  3. void require_type_check(AstIndex nodeIndex, TypeCheckState state, IsNested isNested)

Meta