Home
last modified time | relevance | path

Searched refs:ArgumentsObjectSlot (Results 1 – 2 of 2) sorted by relevance

/dports/www/kf5-kjs/kjs-5.89.0/src/kjs/
H A Dfunction.h186 ArgumentsObjectSlot, enumerator
187 NumReservedSlots = ArgumentsObjectSlot + 1
245 return localStorage[ArgumentsObjectSlot].val.valueVal; in argumentsObjectSlot()
H A Dfunction.cpp87 body->reserveSlot(ActivationImp::ArgumentsObjectSlot, true); in initialCompile()