Home | History | Annotate | Download | only in src

Lines Matching refs:Function

33 // it does not push the function onto the stack. This means that you
48 const $Function = global.Function;
54 function EQUALS(y) {
93 function STRICT_EQUALS(x) {
113 function COMPARE(x, ncr) {
156 function ADD(x) {
176 function STRING_ADD_LEFT(y) {
191 function STRING_ADD_RIGHT(y) {
207 function SUB(y) {
215 function MUL(y) {
223 function DIV(y) {
231 function MOD(y) {
245 function BIT_OR(y) {
253 function BIT_AND(y) {
275 function BIT_XOR(y) {
283 function UNARY_MINUS() {
290 function BIT_NOT() {
297 function SHL(y) {
305 function SAR(y) {
327 function SHR(y) {
341 function DELETE(key, strict) {
347 function IN(x) {
359 function INSTANCE_OF(F) {
383 function GET_KEYS() {
391 function FILTER_KEY(key) {
398 function CALL_NON_FUNCTION() {
407 function CALL_NON_FUNCTION_AS_CONSTRUCTOR() {
416 function APPLY_PREPARE(args) {
452 function APPLY_OVERFLOW(length) {
458 function TO_OBJECT() {
464 function TO_NUMBER() {
470 function TO_STRING() {
482 function ToPrimitive(x, hint) {
493 function ToBoolean(x) {
503 function ToNumber(x) {
514 function NonNumberToNumber(x) {
526 function ToString(x) {
534 function NonStringToString(x) {
543 function ToObject(x) {
555 function ToInteger(x) {
562 function ToUint32(x) {
569 function ToInt32(x) {
576 function SameValue(x, y) {
593 // function.
594 function IsPrimitive(x) {
603 function DefaultNumber(x) {
621 function DefaultString(x) {