Lines Matching refs:TestReceiver
19716 static void TestReceiver(Local<Value> expected_result,
19779 TestReceiver(o, context->Global(), "ownfunc.call()");
19780 TestReceiver(o, context->Global(), "ownfunc.apply()");
19782 TestReceiver(o, context->Global(), "[1].map(ownfunc)[0]");
19787 TestReceiver(o, context->Global(), "ownfunc()");
19789 TestReceiver(o, context->Global(), "(1,ownfunc)()");
19793 TestReceiver(i, foreign_context->Global(), "func.call()");
19794 TestReceiver(i, foreign_context->Global(), "func.apply()");
19796 TestReceiver(i, foreign_context->Global(),
19798 TestReceiver(i, foreign_context->Global(),
19800 TestReceiver(i, foreign_context->Global(),
19802 TestReceiver(i, foreign_context->Global(),
19805 TestReceiver(i, foreign_context->Global(), "[1].map(func)[0]");
19813 TestReceiver(o, context->Global(), "func()");
19815 TestReceiver(o, context->Global(), "(1,func)()");