Home
last modified time | relevance | path

Searched refs:test_context_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dhydrogen.h907 TestContext* test_context() { return test_context_; } in test_context()
909 delete test_context_; in ClearInlinedTestContext() local
910 test_context_ = NULL; in ClearInlinedTestContext()
952 TestContext* test_context_; variable
Dhydrogen.cc3930 test_context_(NULL), in FunctionState()
3948 test_context_ = new TestContext(owner, cond, if_true, if_false); in FunctionState()
3971 delete test_context_; in ~FunctionState()