Lines Matching defs:ffi_
295 MaybeHandle<JSReceiver> ffi_;
329 // Look up an import value in the {ffi_} object.
333 // Look up an import value in the {ffi_} object specifically for linking an
395 // order, loading them from the {ffi_} object. Returns the number of imported
446 ffi_(ffi),
458 if (!module_->import_table.empty() && ffi_.is_null()) {
837 // Look up an import value in the {ffi_} object.
843 DCHECK(!ffi_.is_null());
846 isolate_, ffi_.ToHandleChecked(), module_name);
952 // Look up an import value in the {ffi_} object specifically for linking an
959 if (ffi_.is_null()) {
967 LookupIterator it(isolate_, ffi_.ToHandleChecked(), key);
1632 // order, loading them from the {ffi_} object. Returns the number of imported