Searched refs:imported_function_callables (Results 1 – 4 of 4) sorted by relevance
1159 instance_->imported_function_callables()->set(index_, callable); in set_wasm_to_js()1169 instance_->imported_function_callables()->set( in set_wasm_to_wasm()1181 instance_->imported_function_callables()->get(index_)); in callable()1189 return instance_->imported_function_callables()->get(index_)->IsJSReceiver(); in is_js_receiver_entry()1264 Handle<FixedArray> imported_function_callables = in New() local1266 instance->set_imported_function_callables(*imported_function_callables); in New()
184 ACCESSORS(WasmInstanceObject, imported_function_callables, FixedArray, in PRIMITIVE_ACCESSORS()
387 DECL_ACCESSORS(imported_function_callables, FixedArray)
1736 << Brief(imported_function_callables()); in WasmInstanceObjectPrint()