Home
last modified time | relevance | path

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

/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-separate/
H A Dduk_hobject.h42 #define DUK_HOBJECT_FLAG_NATIVEFUNCTION DUK_HEAPHDR_USER_FLAG(5) /* object is a native fun… macro
161 …_IS_NATIVEFUNCTION(h) DUK_HEAPHDR_CHECK_FLAG_BITS(&(h)->hdr, DUK_HOBJECT_FLAG_NATIVEFUNCTION)
167 DUK_HOBJECT_FLAG_NATIVEFUNCTION)
172 DUK_HOBJECT_FLAG_NATIVEFUNCTION)
177 DUK_HOBJECT_FLAG_NATIVEFUNCTION)
193 …_HAS_NATIVEFUNCTION(h) DUK_HEAPHDR_CHECK_FLAG_BITS(&(h)->hdr, DUK_HOBJECT_FLAG_NATIVEFUNCTION)
213 …CT_SET_NATIVEFUNCTION(h) DUK_HEAPHDR_SET_FLAG_BITS(&(h)->hdr, DUK_HOBJECT_FLAG_NATIVEFUNCTION)
233 …_CLEAR_NATIVEFUNCTION(h) DUK_HEAPHDR_CLEAR_FLAG_BITS(&(h)->hdr, DUK_HOBJECT_FLAG_NATIVEFUNCTION)
H A Dduk_hobject_alloc.c56 DUK_ASSERT((hobject_flags & DUK_HOBJECT_FLAG_NATIVEFUNCTION) == 0); in duk_hobject_alloc()
H A Dduk_api_stack.c2523 DUK_HOBJECT_FLAG_NATIVEFUNCTION | in duk_to_object()
2842 DUK_HOBJECT_FLAG_NATIVEFUNCTION | in duk_is_function()
2850 DUK_HOBJECT_FLAG_NATIVEFUNCTION); in duk_is_c_function()
3784 DUK_HOBJECT_FLAG_NATIVEFUNCTION | in duk_push_c_function()
3801 DUK_HOBJECT_FLAG_NATIVEFUNCTION | in duk_push_c_function_noexotic()
3816 DUK_HOBJECT_FLAG_NATIVEFUNCTION | in duk_push_c_function_noconstruct_noexotic()
H A Dduk_debugger.c1968 DUK_HOBJECT_FLAG_NATIVEFUNCTION,
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-separate/
H A Dduk_hobject.h42 #define DUK_HOBJECT_FLAG_NATIVEFUNCTION DUK_HEAPHDR_USER_FLAG(5) /* object is a native fun… macro
161 …_IS_NATIVEFUNCTION(h) DUK_HEAPHDR_CHECK_FLAG_BITS(&(h)->hdr, DUK_HOBJECT_FLAG_NATIVEFUNCTION)
167 DUK_HOBJECT_FLAG_NATIVEFUNCTION)
172 DUK_HOBJECT_FLAG_NATIVEFUNCTION)
177 DUK_HOBJECT_FLAG_NATIVEFUNCTION)
193 …_HAS_NATIVEFUNCTION(h) DUK_HEAPHDR_CHECK_FLAG_BITS(&(h)->hdr, DUK_HOBJECT_FLAG_NATIVEFUNCTION)
213 …CT_SET_NATIVEFUNCTION(h) DUK_HEAPHDR_SET_FLAG_BITS(&(h)->hdr, DUK_HOBJECT_FLAG_NATIVEFUNCTION)
233 …_CLEAR_NATIVEFUNCTION(h) DUK_HEAPHDR_CLEAR_FLAG_BITS(&(h)->hdr, DUK_HOBJECT_FLAG_NATIVEFUNCTION)
H A Dduk_hobject_alloc.c56 DUK_ASSERT((hobject_flags & DUK_HOBJECT_FLAG_NATIVEFUNCTION) == 0); in duk_hobject_alloc()
H A Dduk_api_stack.c2527 DUK_HOBJECT_FLAG_NATIVEFUNCTION | in duk_to_object()
2875 DUK_HOBJECT_FLAG_NATIVEFUNCTION | in duk_is_function()
2883 DUK_HOBJECT_FLAG_NATIVEFUNCTION); in duk_is_c_function()
3817 DUK_HOBJECT_FLAG_NATIVEFUNCTION | in duk_push_c_function()
3834 DUK_HOBJECT_FLAG_NATIVEFUNCTION | in duk_push_c_function_noexotic()
3849 DUK_HOBJECT_FLAG_NATIVEFUNCTION | in duk_push_c_function_noconstruct_noexotic()
H A Dduk_debugger.c1980 DUK_HOBJECT_FLAG_NATIVEFUNCTION,
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-noline/
H A Dduktape.c4786 DUK_HOBJECT_FLAG_NATIVEFUNCTION)
4791 DUK_HOBJECT_FLAG_NATIVEFUNCTION)
4796 DUK_HOBJECT_FLAG_NATIVEFUNCTION)
17493 DUK_HOBJECT_FLAG_NATIVEFUNCTION | in duk_to_object()
17841 DUK_HOBJECT_FLAG_NATIVEFUNCTION | in duk_is_function()
17849 DUK_HOBJECT_FLAG_NATIVEFUNCTION); in duk_is_c_function()
18783 DUK_HOBJECT_FLAG_NATIVEFUNCTION | in duk_push_c_function()
18800 DUK_HOBJECT_FLAG_NATIVEFUNCTION | in duk_push_c_function_noexotic()
18815 DUK_HOBJECT_FLAG_NATIVEFUNCTION | in duk_push_c_function_noconstruct_noexotic()
38971 DUK_HOBJECT_FLAG_NATIVEFUNCTION,
[all …]
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src/
H A Dduktape.c4804 DUK_HOBJECT_FLAG_NATIVEFUNCTION)
4809 DUK_HOBJECT_FLAG_NATIVEFUNCTION)
4814 DUK_HOBJECT_FLAG_NATIVEFUNCTION)
17548 DUK_HOBJECT_FLAG_NATIVEFUNCTION | in duk_to_object()
17896 DUK_HOBJECT_FLAG_NATIVEFUNCTION | in duk_is_function()
17904 DUK_HOBJECT_FLAG_NATIVEFUNCTION); in duk_is_c_function()
18838 DUK_HOBJECT_FLAG_NATIVEFUNCTION | in duk_push_c_function()
18855 DUK_HOBJECT_FLAG_NATIVEFUNCTION | in duk_push_c_function_noexotic()
18870 DUK_HOBJECT_FLAG_NATIVEFUNCTION | in duk_push_c_function_noconstruct_noexotic()
39053 DUK_HOBJECT_FLAG_NATIVEFUNCTION,
[all …]
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src/
H A Dduktape.c4799 DUK_HOBJECT_FLAG_NATIVEFUNCTION)
4804 DUK_HOBJECT_FLAG_NATIVEFUNCTION)
4809 DUK_HOBJECT_FLAG_NATIVEFUNCTION)
17468 DUK_HOBJECT_FLAG_NATIVEFUNCTION | in duk_to_object()
17787 DUK_HOBJECT_FLAG_NATIVEFUNCTION | in duk_is_function()
17795 DUK_HOBJECT_FLAG_NATIVEFUNCTION); in duk_is_c_function()
18729 DUK_HOBJECT_FLAG_NATIVEFUNCTION | in duk_push_c_function()
18746 DUK_HOBJECT_FLAG_NATIVEFUNCTION | in duk_push_c_function_noexotic()
18761 DUK_HOBJECT_FLAG_NATIVEFUNCTION | in duk_push_c_function_noconstruct_noexotic()
38834 DUK_HOBJECT_FLAG_NATIVEFUNCTION,
[all …]
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-noline/
H A Dduktape.c4781 DUK_HOBJECT_FLAG_NATIVEFUNCTION)
4786 DUK_HOBJECT_FLAG_NATIVEFUNCTION)
4791 DUK_HOBJECT_FLAG_NATIVEFUNCTION)
17413 DUK_HOBJECT_FLAG_NATIVEFUNCTION | in duk_to_object()
17732 DUK_HOBJECT_FLAG_NATIVEFUNCTION | in duk_is_function()
17740 DUK_HOBJECT_FLAG_NATIVEFUNCTION); in duk_is_c_function()
18674 DUK_HOBJECT_FLAG_NATIVEFUNCTION | in duk_push_c_function()
18691 DUK_HOBJECT_FLAG_NATIVEFUNCTION | in duk_push_c_function_noexotic()
18706 DUK_HOBJECT_FLAG_NATIVEFUNCTION | in duk_push_c_function_noconstruct_noexotic()
38752 DUK_HOBJECT_FLAG_NATIVEFUNCTION,
[all …]
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/script_engine_duktape/
H A Dduktape.c7904 DUK_HOBJECT_FLAG_NATIVEFUNCTION)
7909 DUK_HOBJECT_FLAG_NATIVEFUNCTION)
7914 DUK_HOBJECT_FLAG_NATIVEFUNCTION)
7950 …CT_SET_NATIVEFUNCTION(h) DUK_HEAPHDR_SET_FLAG_BITS(&(h)->hdr, DUK_HOBJECT_FLAG_NATIVEFUNCTION)
20712 DUK_HOBJECT_FLAG_NATIVEFUNCTION | in duk_to_object()
21031 DUK_HOBJECT_FLAG_NATIVEFUNCTION | in duk_is_function()
21039 DUK_HOBJECT_FLAG_NATIVEFUNCTION); in duk_is_c_function()
21969 DUK_HOBJECT_FLAG_NATIVEFUNCTION | in duk_push_c_function()
21986 DUK_HOBJECT_FLAG_NATIVEFUNCTION | in duk_push_c_function_noexotic()
22001 DUK_HOBJECT_FLAG_NATIVEFUNCTION | in duk_push_c_function_noconstruct_noexotic()
[all …]