Home
last modified time | relevance | path

Searched refs:DUK_PROPDESC_FLAGS_MASK (Results 1 – 25 of 42) sorted by relevance

12

/dports/lang/duktape-lib/duktape-2.6.0/src-input/
H A Dduk_hobject.h304 #define DUK_PROPDESC_FLAGS_MASK (DUK_PROPDESC_FLAG_WRITABLE | \ macro
H A Dduk_hobject_props.c4721 …duk_small_uint_t propflags = flags & DUK_PROPDESC_FLAGS_MASK; /* mask out flags not actually stor… in duk_hobject_define_property_internal()
H A Dduk_js_executor.c4307 prop_flags = a & DUK_PROPDESC_FLAGS_MASK;
/dports/lang/duktape-lib/duktape-2.6.0/src-separate/
H A Dduk_hobject.h304 #define DUK_PROPDESC_FLAGS_MASK (DUK_PROPDESC_FLAG_WRITABLE | \ macro
H A Dduk_js_executor.c4307 prop_flags = a & DUK_PROPDESC_FLAGS_MASK;
H A Dduk_hobject_props.c4721 …duk_small_uint_t propflags = flags & DUK_PROPDESC_FLAGS_MASK; /* mask out flags not actually stor… in duk_hobject_define_property_internal()
/dports/lang/duktape/duktape-2.6.0/src-input/
H A Dduk_hobject.h304 #define DUK_PROPDESC_FLAGS_MASK (DUK_PROPDESC_FLAG_WRITABLE | \ macro
H A Dduk_js_executor.c4307 prop_flags = a & DUK_PROPDESC_FLAGS_MASK;
H A Dduk_hobject_props.c4721 …duk_small_uint_t propflags = flags & DUK_PROPDESC_FLAGS_MASK; /* mask out flags not actually stor… in duk_hobject_define_property_internal()
/dports/lang/duktape/duktape-2.6.0/src-separate/
H A Dduk_hobject.h304 #define DUK_PROPDESC_FLAGS_MASK (DUK_PROPDESC_FLAG_WRITABLE | \ macro
H A Dduk_hobject_props.c4721 …duk_small_uint_t propflags = flags & DUK_PROPDESC_FLAGS_MASK; /* mask out flags not actually stor… in duk_hobject_define_property_internal()
H A Dduk_js_executor.c4307 prop_flags = a & DUK_PROPDESC_FLAGS_MASK;
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-separate/
H A Dduk_hobject.h257 #define DUK_PROPDESC_FLAGS_MASK (DUK_PROPDESC_FLAG_WRITABLE | \ macro
H A Dduk_hobject_props.c4529 …duk_small_uint_t propflags = flags & DUK_PROPDESC_FLAGS_MASK; /* mask out flags not actually stor… in duk_hobject_define_property_internal()
4710 DUK_ASSERT((propflags & ~DUK_PROPDESC_FLAGS_MASK) == 0); in duk_hobject_define_accessor_internal()
H A Dduk_js_executor.c2780 prop_flags = a & DUK_PROPDESC_FLAGS_MASK;
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-separate/
H A Dduk_hobject.h257 #define DUK_PROPDESC_FLAGS_MASK (DUK_PROPDESC_FLAG_WRITABLE | \ macro
H A Dduk_hobject_props.c4525 …duk_small_uint_t propflags = flags & DUK_PROPDESC_FLAGS_MASK; /* mask out flags not actually stor… in duk_hobject_define_property_internal()
4706 DUK_ASSERT((propflags & ~DUK_PROPDESC_FLAGS_MASK) == 0); in duk_hobject_define_accessor_internal()
H A Dduk_js_executor.c2780 prop_flags = a & DUK_PROPDESC_FLAGS_MASK;
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-noline/
H A Dduktape.c4876 #define DUK_PROPDESC_FLAGS_MASK (DUK_PROPDESC_FLAG_WRITABLE | \ macro
51861 …duk_small_uint_t propflags = flags & DUK_PROPDESC_FLAGS_MASK; /* mask out flags not actually stor…
52042 DUK_ASSERT((propflags & ~DUK_PROPDESC_FLAGS_MASK) == 0);
68267 prop_flags = a & DUK_PROPDESC_FLAGS_MASK;
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src/
H A Dduktape.c4894 #define DUK_PROPDESC_FLAGS_MASK (DUK_PROPDESC_FLAG_WRITABLE | \ macro
51964 …duk_small_uint_t propflags = flags & DUK_PROPDESC_FLAGS_MASK; /* mask out flags not actually stor…
52145 DUK_ASSERT((propflags & ~DUK_PROPDESC_FLAGS_MASK) == 0);
68378 prop_flags = a & DUK_PROPDESC_FLAGS_MASK;
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src/
H A Dduktape.c4889 #define DUK_PROPDESC_FLAGS_MASK (DUK_PROPDESC_FLAG_WRITABLE | \ macro
51717 …duk_small_uint_t propflags = flags & DUK_PROPDESC_FLAGS_MASK; /* mask out flags not actually stor…
51898 DUK_ASSERT((propflags & ~DUK_PROPDESC_FLAGS_MASK) == 0);
68127 prop_flags = a & DUK_PROPDESC_FLAGS_MASK;
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-noline/
H A Dduktape.c4871 #define DUK_PROPDESC_FLAGS_MASK (DUK_PROPDESC_FLAG_WRITABLE | \ macro
51614 …duk_small_uint_t propflags = flags & DUK_PROPDESC_FLAGS_MASK; /* mask out flags not actually stor…
51795 DUK_ASSERT((propflags & ~DUK_PROPDESC_FLAGS_MASK) == 0);
68016 prop_flags = a & DUK_PROPDESC_FLAGS_MASK;
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/script_engine_duktape/
H A Dduktape.c7994 #define DUK_PROPDESC_FLAGS_MASK (DUK_PROPDESC_FLAG_WRITABLE | \ macro
53858 …duk_small_uint_t propflags = flags & DUK_PROPDESC_FLAGS_MASK; /* mask out flags not actually stor…
54038 DUK_ASSERT((propflags & ~DUK_PROPDESC_FLAGS_MASK) == 0);
70036 prop_flags = a & DUK_PROPDESC_FLAGS_MASK;
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/gopkg.in/olebedev/go-duktape.v3/
H A Dduktape.c6329 #define DUK_PROPDESC_FLAGS_MASK (DUK_PROPDESC_FLAG_WRITABLE | \ macro
58877 …duk_small_uint_t propflags = flags & DUK_PROPDESC_FLAGS_MASK; /* mask out flags not actually stor…
77408 prop_flags = a & DUK_PROPDESC_FLAGS_MASK;
/dports/games/openfodder/openfodder-1.6.0/Source/Utils/
H A Dduktape.cpp6334 #define DUK_PROPDESC_FLAGS_MASK (DUK_PROPDESC_FLAG_WRITABLE | \ macro
58882 …duk_small_uint_t propflags = flags & DUK_PROPDESC_FLAGS_MASK; /* mask out flags not actually stor…
77413 prop_flags = a & DUK_PROPDESC_FLAGS_MASK;

12