Home | History | Annotate | Download | only in cctest

Lines Matching refs:Arguments

54 using ::v8::Arguments;
120 const v8::Arguments& args) {
130 static v8::Handle<Value> SignatureCallback(const v8::Arguments& args) {
767 static v8::Handle<Value> handle_call(const v8::Arguments& args) {
773 static v8::Handle<Value> construct_call(const v8::Arguments& args) {
828 static v8::Handle<v8::Value> callback(const v8::Arguments& args) {
1168 static v8::Handle<Value> DummyCallHandler(const v8::Arguments& args) {
1222 static v8::Handle<Value> GetFlabby(const v8::Arguments& args) {
1812 static v8::Handle<Value> CallScriptRecursivelyCall(const v8::Arguments& args) {
1822 const v8::Arguments& args) {
2517 v8::Handle<Value> HandleF(const v8::Arguments& args) {
2571 " for (var i = 0; i < arguments.length; i++) {"
2572 " result.push(arguments[i]);"
2647 v8::Handle<Value> ProvokeOutOfMemory(const v8::Arguments& args) {
2726 " for (var i = 0; i < arguments.length; i++) {"
2727 " result.push(arguments[i]);"
2933 v8::Handle<Value> ThrowFromC(const v8::Arguments& args) {
2939 v8::Handle<Value> CCatcher(const v8::Arguments& args) {
3011 static v8::Handle<Value> Fail(const v8::Arguments& args) {
3132 v8::Handle<Value> CThrowCountDown(const v8::Arguments& args) {
3165 v8::Handle<Value> JSCheck(const v8::Arguments& args) {
3272 v8::Handle<Value> ThrowValue(const v8::Arguments& args) {
3342 v8::Handle<v8::Value> WithTryCatch(const v8::Arguments& args) {
3950 // Force the list of returned keys to be stored in a Arguments object.
3953 " return arguments;"
3974 // merging property name lists for non-string arguments arrays.
4572 static v8::Handle<Value> HandleLogDelegator(const v8::Arguments& args) {
4796 static v8::Handle<v8::Value> Echo(const v8::Arguments& args) {
4895 static v8::Handle<Value> CallFun(const v8::Arguments& args) {
5234 static v8::Handle<Value> ArgumentsTestCallback(const v8::Arguments& args) {
5248 THREADED_TEST(Arguments) {
6116 static v8::Handle<Value> TroubleCallback(const v8::Arguments& args) {
7460 static v8::Handle<Value> InstanceFunctionCallback(const v8::Arguments& args) {
7561 // arguments evaluation.
7563 // from arguments evaluation and to force CallIC to take
7591 static v8::Handle<Value> ShadowFunctionCallback(const v8::Arguments& args) {
7918 static Handle<Value> ConstructorCallback(const Arguments& args) {
7938 static Handle<Value> FakeConstructorCallback(const Arguments& args) {
8310 static v8::Handle<Value> call_as_function(const v8::Arguments& args) {
9335 const v8::Arguments& args) {
9343 const v8::Arguments& args) {
9364 v8::Handle<v8::Value> DirectApiCallback(const v8::Arguments& args) {
9393 v8::Handle<v8::Value> ThrowingDirectApiCallback(const v8::Arguments& args) {
10175 static Handle<Value> ThrowingCallbackWithTryCatch(const Arguments& args) {
10313 static v8::Handle<Value> IsConstructHandler(const v8::Arguments& args) {
10553 static v8::Handle<Value> ThrowInJS(const v8::Arguments& args) {
10576 static v8::Handle<Value> ThrowInJSNoCatch(const v8::Arguments& args) {
10644 static v8::Handle<Value> UnlockForAMoment(const v8::Arguments& args) {
11000 static v8::Handle<Value> FunctionNameCallback(const v8::Arguments& args) {
12376 static v8::Handle<Value> GetCallingContextCallback(const v8::Arguments& args) {
13624 v8::Handle<Value> AnalyzeStackInNativeCode(const v8::Arguments& args) {
13911 v8::Handle<Value> AnalyzeStackOfEvalWithSourceURL(const v8::Arguments& args) {
14021 static v8::Handle<Value> GetStackLimitCallback(const v8::Arguments& args) {
14276 static v8::Handle<Value> SpaghettiIncident(const v8::Arguments& args) {
15966 static v8::Handle<Value> NonObjectThis(const v8::Arguments& args) {
16281 Handle<Value> RecursiveCall(const Arguments& args) {