Searched refs:maybe_context (Results 1 – 3 of 3) sorted by relevance
65 MaybeHandle<Object> maybe_context = in NewContextFromSnapshot() local68 if (!maybe_context.ToHandle(&result)) return MaybeHandle<Context>(); in NewContextFromSnapshot()
622 Handle<Object> maybe_context = frame_inspector.GetContext(); in RUNTIME_FUNCTION() local623 const int local_count_with_synthetic = maybe_context->IsContext() in RUNTIME_FUNCTION()653 DCHECK(maybe_context->IsContext()); in RUNTIME_FUNCTION()654 Handle<Context> context(Context::cast(*maybe_context)->closure_context()); in RUNTIME_FUNCTION()
2020 Object* maybe_context = value_iterator->GetRawValue(); in DoComputeCompiledStubFrame() local2021 CHECK(maybe_context->IsContext()); in DoComputeCompiledStubFrame()2023 value = reinterpret_cast<intptr_t>(maybe_context); in DoComputeCompiledStubFrame()