Lines Matching defs:Function
10 // it does not push the function onto the stack. This means that you
25 var $Function = global.Function;
30 function EQUALS(y) {
83 function STRICT_EQUALS(x) {
103 function COMPARE(x, ncr) {
146 function ADD(x) {
166 function STRING_ADD_LEFT(y) {
181 function STRING_ADD_RIGHT(y) {
197 function SUB(y) {
205 function MUL(y) {
213 function DIV(y) {
221 function MOD(y) {
235 function BIT_OR(y) {
243 function BIT_AND(y) {
265 function BIT_XOR(y) {
273 function SHL(y) {
281 function SAR(y) {
303 function SHR(y) {
317 function DELETE(key, strict) {
323 function IN(x) {
336 function INSTANCE_OF(F) {
347 // Check if function is bound, if so, get [[BoundFunction]] from it
351 F = bindings[kBoundFunctionIndex]; // Always a non-bound function.
367 function FILTER_KEY(key) {
374 function CALL_NON_FUNCTION() {
383 function CALL_NON_FUNCTION_AS_CONSTRUCTOR() {
392 function CALL_FUNCTION_PROXY() {
400 function CALL_FUNCTION_PROXY_AS_CONSTRUCTOR() {
407 function APPLY_PREPARE(args) {
445 function STACK_OVERFLOW(length) {
451 function TO_OBJECT() {
457 function TO_NUMBER() {
463 function TO_STRING() {
475 function ToPrimitive(x, hint) {
487 function ToBoolean(x) {
497 function ToNumber(x) {
509 function NonNumberToNumber(x) {
522 function ToString(x) {
531 function NonStringToString(x) {
541 function ToName(x) {
547 function ToObject(x) {
560 function ToInteger(x) {
567 function ToLength(arg) {
575 function ToUint32(x) {
582 function ToInt32(x) {
589 function SameValue(x, y) {
608 // function.
609 function IsPrimitive(x) {
618 function DefaultNumber(x) {
636 function DefaultString(x) {
653 function ToPositiveInteger(x, rangeErrorName) {