Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dproperty-details.h35 V8_INLINE PropertyAttributes PropertyAttributesFromInt(int value) { in PropertyAttributesFromInt() function
Djs-objects.cc4203 details = details.CopyAddAttributes(PropertyAttributesFromInt(attrs)); in ApplyAttributesToDictionary()
/third_party/node/deps/v8/src/runtime/
Druntime-object.cc1115 auto attrs = PropertyAttributesFromInt(args.smi_value_at(4)); in RUNTIME_FUNCTION()
1241 auto attrs = PropertyAttributesFromInt(args.smi_value_at(3)); in RUNTIME_FUNCTION()
1386 auto attrs = PropertyAttributesFromInt(args.smi_value_at(3)); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.cc190 return PropertyAttributesFromInt(attributes); in FlagsToAttributes()