Home
last modified time | relevance | path

Searched refs:resolve_func (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/tools/js/
Dhelper.mjs60 let resolve_func, reject_func;
62 resolve_func = resolve;
65 p.resolve = resolve_func;
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-promise-object.c383 ecma_value_t resolve_func, /**< the resolve function */ in ecma_call_builtin_executor() argument
417 resolve_func, in ecma_call_builtin_executor()
/third_party/rust/crates/bindgen/bindgen/ir/
Dcomp.rs771 let method_name = ctx.resolve_func(method.signature()).name(); in deanonymize_fields()
Dcontext.rs1443 pub fn resolve_func(&self, func_id: FunctionId) -> &Function { in resolve_func() method