jinja: correct member access rule (#18905)
This commit is contained in:
parent
d1b4757ded
commit
f55b033ae6
5 changed files with 37 additions and 2 deletions
|
|
@ -286,6 +286,7 @@ using value_array = std::shared_ptr<value_array_t>;
|
|||
|
||||
|
||||
struct value_object_t : public value_t {
|
||||
bool has_builtins = true; // context and loop objects do not have builtins
|
||||
value_object_t() = default;
|
||||
value_object_t(value & v) {
|
||||
val_obj = v->val_obj;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue