Lines Matching defs:Function
33 // it does not push the function onto the stack. This means that you
48 var $Function = global.Function;
54 function EQUALS(y) {
108 function STRICT_EQUALS(x) {
128 function COMPARE(x, ncr) {
171 function ADD(x) {
191 function STRING_ADD_LEFT(y) {
206 function STRING_ADD_RIGHT(y) {
222 function SUB(y) {
230 function MUL(y) {
238 function DIV(y) {
246 function MOD(y) {
260 function BIT_OR(y) {
268 function BIT_AND(y) {
290 function BIT_XOR(y) {
298 function SHL(y) {
306 function SAR(y) {
328 function SHR(y) {
342 function DELETE(key, strict) {
348 function IN(x) {
361 function INSTANCE_OF(F) {
372 // Check if function is bound, if so, get [[BoundFunction]] from it
376 F = bindings[kBoundFunctionIndex]; // Always a non-bound function.
392 function FILTER_KEY(key) {
399 function CALL_NON_FUNCTION() {
408 function CALL_NON_FUNCTION_AS_CONSTRUCTOR() {
417 function CALL_FUNCTION_PROXY() {
425 function CALL_FUNCTION_PROXY_AS_CONSTRUCTOR() {
432 function APPLY_PREPARE(args) {
470 function APPLY_OVERFLOW(length) {
476 function TO_OBJECT() {
482 function TO_NUMBER() {
488 function TO_STRING() {
500 function ToPrimitive(x, hint) {
512 function ToBoolean(x) {
522 function ToNumber(x) {
534 function NonNumberToNumber(x) {
547 function ToString(x) {
555 function NonStringToString(x) {
564 function ToName(x) {
570 function ToObject(x) {
583 function ToInteger(x) {
590 function ToUint32(x) {
597 function ToInt32(x) {
604 function SameValue(x, y) {
621 // function.
622 function IsPrimitive(x) {
631 function DefaultNumber(x) {
648 function DefaultString(x) {
664 function ToPositiveInteger(x, rangeErrorName) {