Home | History | Annotate | Download | only in src

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) {
100 function STRICT_EQUALS(x) {
120 function COMPARE(x, ncr) {
163 function ADD(x) {
183 function STRING_ADD_LEFT(y) {
198 function STRING_ADD_RIGHT(y) {
214 function SUB(y) {
222 function MUL(y) {
230 function DIV(y) {
238 function MOD(y) {
252 function BIT_OR(y) {
260 function BIT_AND(y) {
282 function BIT_XOR(y) {
290 function UNARY_MINUS() {
297 function BIT_NOT() {
304 function SHL(y) {
312 function SAR(y) {
334 function SHR(y) {
348 function DELETE(key, strict) {
354 function IN(x) {
367 function INSTANCE_OF(F) {
378 // Check if function is bound, if so, get [[BoundFunction]] from it
382 F = bindings[kBoundFunctionIndex]; // Always a non-bound function.
398 function FILTER_KEY(key) {
405 function CALL_NON_FUNCTION() {
414 function CALL_NON_FUNCTION_AS_CONSTRUCTOR() {
423 function CALL_FUNCTION_PROXY() {
431 function CALL_FUNCTION_PROXY_AS_CONSTRUCTOR() {
438 function APPLY_PREPARE(args) {
476 function APPLY_OVERFLOW(length) {
482 function TO_OBJECT() {
488 function TO_NUMBER() {
494 function TO_STRING() {
506 function ToPrimitive(x, hint) {
517 function ToBoolean(x) {
527 function ToNumber(x) {
538 function NonNumberToNumber(x) {
550 function ToString(x) {
558 function NonStringToString(x) {
567 function ToObject(x) {
579 function ToInteger(x) {
586 function ToUint32(x) {
593 function ToInt32(x) {
600 function SameValue(x, y) {
617 // function.
618 function IsPrimitive(x) {
627 function DefaultNumber(x) {
645 function DefaultString(x) {