Searched refs:is_nested (Results 1 – 10 of 10) sorted by relevance
83 self.assertFalse(self.top.is_nested())84 self.assertFalse(self.Mine.is_nested())85 self.assertFalse(self.spam.is_nested())86 self.assertTrue(self.internal.is_nested())
263 bool is_nested; /**< is nested binding declaration */ member382 uint8_t binding_type, bool is_nested);
1477 bool is_nested) /**< nested declaration */ in scanner_push_destructuring_pattern() argument1479 JERRY_ASSERT (binding_type != SCANNER_BINDING_NONE || !is_nested); in scanner_push_destructuring_pattern()1495 binding_list_p->is_nested = is_nested; in scanner_push_destructuring_pattern()1510 bool is_nested = binding_list_p->is_nested; in scanner_pop_binding_list() local1517 if (!is_nested) in scanner_pop_binding_list()
234 bool is_nested = site->IsNested(); in DigestTransitionFeedback() local237 is_nested ? "(nested)" : " ", ElementsKindToString(kind), in DigestTransitionFeedback()
104 bool is_nested) const;
858 bool is_nested) const { in PrintMessage()860 if (is_nested) { in PrintMessage()
103 def is_nested(self): member in SymbolTable
61 .. method:: is_nested()
1704 static int is_nested(struct token *token, struct token **p, in is_nested() function1783 is_nested(token, &next, ctx->prefer_abstract)) { in direct_declarator()
381 explicit VariableDeclaration(int pos, bool is_nested = false)383 bit_field_ = IsNestedField::update(bit_field_, is_nested); in Declaration()