Home
last modified time | relevance | path

Searched defs:receiver_type (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/cxx/macro/src/
Dexpand.rs453 let receiver_type = receiver.ty(); in expand_cxx_function_decl() localVariable
972 let receiver_type = receiver.ty(); in expand_rust_function_shim_impl() localVariable
1163 let receiver_type = receiver.ty(); in expand_rust_function_shim_super() localVariable
1190 let receiver_type = &receiver.ty.rust; in expand_rust_function_shim_super() localVariable
/third_party/node/deps/v8/src/compiler/
Djs-typed-lowering.cc1111 Type receiver_type = NodeProperties::GetType(receiver); in ReduceJSToObject() local
1175 Type receiver_type = NodeProperties::GetType(receiver); in ReduceJSLoadNamed() local
1688 Type receiver_type = NodeProperties::GetType(receiver); in ReduceJSCall() local
/third_party/node/deps/v8/src/torque/
Dimplementation-visitor.cc2119 const std::string& name, const AggregateType* receiver_type, in LookupMethod()