Home
last modified time | relevance | path

Searched defs:resolve_func (Results 1 – 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-promise-object.c383 ecma_value_t resolve_func, /**< the resolve function */ in ecma_call_builtin_executor()
/third_party/rust/crates/bindgen/bindgen/ir/
Dcontext.rs1489 pub(crate) fn resolve_func(&self, func_id: FunctionId) -> &Function { in resolve_func() method