Home
last modified time | relevance | path

Searched refs:binding_p (Results 1 – 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
Decma-module.c681 ecma_property_t *binding_p = NULL; in ecma_module_connect_imports() local
685 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()
/third_party/jerryscript/jerry-core/vm/
Dvm.c1552 …ecma_property_t *const binding_p = ecma_find_named_property (frame_ctx_p->lex_env_p, literal_name_… in vm_loop() local
1554 if (binding_p != NULL) in vm_loop()
1571 ecma_property_t *binding_p = NULL; in vm_loop() local
1575 binding_p = ecma_find_named_property (lex_env_p, literal_name_p); in vm_loop()
1581 if (binding_p != NULL) in vm_loop()