Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/torque/
Dimplementation-visitor.h76 result.eval_function_ = std::string{"[]"}; in ArrayAccess()
84 result.eval_function_ = "." + fieldname; in FieldAccess()
178 bool is_call_access = eval_function_.has_value(); in IsCallAccess()
188 return *eval_function_; in eval_function()
205 base::Optional<std::string> eval_function_; variable