Home
last modified time | relevance | path

Searched refs:with_context (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/debug/
Ddebug-evaluate.cc181 Handle<Context> with_context = isolate->factory()->NewWithContext( in ContextBuilder() local
191 RecordContextsInChain(&inner_context, receiver_context, with_context); in ContextBuilder()
210 Handle<Context> with_context = isolate->factory()->NewWithContext( in ContextBuilder() local
220 RecordContextsInChain(&inner_context, cloned_context, with_context); in ContextBuilder()
222 Handle<Context> with_context = isolate->factory()->NewWithContext( in ContextBuilder() local
230 RecordContextsInChain(&inner_context, with_context, with_context); in ContextBuilder()
/external/opencv3/3rdparty/jinja2/
Dparser.py241 node.with_context = next(self.stream).value == 'with'
244 node.with_context = default
274 node.with_context = next(self.stream).value == 'with'
300 node.with_context = False
Dcompiler.py924 if node.with_context:
951 if node.with_context:
967 if node.with_context:
975 if node.with_context:
989 if node.with_context:
/external/v8/src/heap/
Dheap.cc2391 ALLOCATE_VARSIZE_MAP(FIXED_ARRAY_TYPE, with_context) in CreateInitialMaps()