mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-20 09:16:30 +00:00
Berry report from upstream !BE_USE_PRECOMPILED_OBJECT (#23549)
This commit is contained in:
parent
9392ac7d55
commit
e30ad61e00
@ -255,7 +255,7 @@ be_native_module_attr_table(debug) {
|
|||||||
be_native_module_function("top", m_top),
|
be_native_module_function("top", m_top),
|
||||||
#if BE_DEBUG_VAR_INFO
|
#if BE_DEBUG_VAR_INFO
|
||||||
be_native_module_function("varname", m_varname),
|
be_native_module_function("varname", m_varname),
|
||||||
be_native_module_function("upvname", m_upvname)
|
be_native_module_function("upvname", m_upvname),
|
||||||
#endif
|
#endif
|
||||||
be_native_module_function("caller", m_caller),
|
be_native_module_function("caller", m_caller),
|
||||||
be_native_module_function("gcdebug", m_gcdebug)
|
be_native_module_function("gcdebug", m_gcdebug)
|
||||||
|
@ -515,7 +515,7 @@ void be_load_listlib(bvm *vm)
|
|||||||
{ "reverse", m_reverse },
|
{ "reverse", m_reverse },
|
||||||
{ "copy", m_copy },
|
{ "copy", m_copy },
|
||||||
{ "keys", m_keys },
|
{ "keys", m_keys },
|
||||||
{ "tobool", m_tobool }
|
{ "tobool", m_tobool },
|
||||||
{ "..", m_connect },
|
{ "..", m_connect },
|
||||||
{ "+", m_merge },
|
{ "+", m_merge },
|
||||||
{ "==", m_equal },
|
{ "==", m_equal },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user