MCPcopy Index your code
hub / github.com/Moddable-OpenSource/moddable / push

Function push

contributed/jsonparser/jsonparser.c:186–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186void push( xsMachine *the, struct jsonparser *fsm, xsSlot *slot )
187{
188 if ( fsm->mark == 0 )
189 xsmcCall( xsResult, xsVar(XS_VPT), xsID_push, slot, C_NULL );
190 else
191 ++fsm->mark;
192}
193
194bool pop_null( xsMachine *the, struct jsonparser *fsm )
195{

Callers 8

push_nullFunction · 0.85
push_falseFunction · 0.85
push_trueFunction · 0.85
push_numberFunction · 0.85
push_stringFunction · 0.85
push_arrayFunction · 0.85
push_objectFunction · 0.85
push_fieldFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected