Searched refs:binding_p (Results 1 – 2 of 2) sorted by relevance
681 ecma_property_t *binding_p = NULL; in ecma_module_connect_imports() local685 binding_p = ecma_find_named_property (lex_env_p, import_names_p->local_name_p); in ecma_module_connect_imports()691 if (binding_p != NULL) in ecma_module_connect_imports()
1552 …ecma_property_t *const binding_p = ecma_find_named_property (frame_ctx_p->lex_env_p, literal_name_… in vm_loop() local1554 if (binding_p != NULL) in vm_loop()1571 ecma_property_t *binding_p = NULL; in vm_loop() local1575 binding_p = ecma_find_named_property (lex_env_p, literal_name_p); in vm_loop()1581 if (binding_p != NULL) in vm_loop()