Lines Matching refs:stack
669 // Use a stack allocated external string resource allocated object.
862 // Check stack allocated object.
2551 // ARM simulator because the simulator separates the C++ stack and the
2552 // JS stack. This test therefore fails on the simulator. The test is
2763 // This test works by making a stack of alternating JavaScript and C
2780 // ARM simulator because the simulator separates the C++ stack and the
2781 // JS stack. This test therefore fails on the simulator. The test is
6478 // global object proxy on stack when we deoptimize from inside
12030 v8::Handle<v8::String> origin = v8::String::New("stack-trace-test");
12033 v8::String::Utf8Value stack(try_catch.StackTrace());
12034 CHECK(strstr(*stack, "at foo (stack-trace-test") != NULL);
12062 const char* origin = "capture-stack-trace-test";
12115 v8::Handle<v8::String> origin = v8::String::New("capture-stack-trace-test");
12274 // Uses the address of a local variable to determine the stack top now.
12276 // top of stack.
12279 // If the size is very large and the stack is very near the bottom of
12281 // that is above the (downwards-growing) stack. In that case we return
12292 // Set stack limit.
12317 // Set stack limit.
12464 // stack using ReThrow.