Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/js/
Djs-scanner-util.c1477 bool is_nested) /**< nested declaration */ in scanner_push_destructuring_pattern()
1510 bool is_nested = binding_list_p->is_nested; in scanner_pop_binding_list() local
Djs-scanner-internal.h263 bool is_nested; /**< is nested binding declaration */ member
/third_party/python/Lib/
Dsymtable.py103 def is_nested(self): member in SymbolTable
/third_party/ltp/tools/sparse/sparse-src/
Dparse.c1704 static int is_nested(struct token *token, struct token **p, in is_nested() function