Home | History | Annotate | Download | only in src

Lines Matching refs:if

26 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
42 if (%_IsConstructCall()) {
51 if (!IS_SET(this)) {
55 if (IS_UNDEFINED(key)) {
63 if (!IS_SET(this)) {
67 if (IS_UNDEFINED(key)) {
75 if (!IS_SET(this)) {
79 if (IS_UNDEFINED(key)) {
87 if (%_IsConstructCall()) {
96 if (!IS_MAP(this)) {
100 if (IS_UNDEFINED(key)) {
108 if (!IS_MAP(this)) {
112 if (IS_UNDEFINED(key)) {
120 if (!IS_MAP(this)) {
124 if (IS_UNDEFINED(key)) {
132 if (!IS_MAP(this)) {
136 if (IS_UNDEFINED(key)) {
139 if (!IS_UNDEFINED(%MapGet(this, key))) {
149 if (%_IsConstructCall()) {
158 if (!IS_WEAKMAP(this)) {
162 if (!IS_SPEC_OBJECT(key)) {
170 if (!IS_WEAKMAP(this)) {
174 if (!IS_SPEC_OBJECT(key)) {
182 if (!IS_WEAKMAP(this)) {
186 if (!IS_SPEC_OBJECT(key)) {
194 if (!IS_WEAKMAP(this)) {
198 if (!IS_SPEC_OBJECT(key)) {
201 if (!IS_UNDEFINED(%WeakMapGet(this, key))) {