Searched refs:with_context (Results 1 – 4 of 4) sorted by relevance
181 Handle<Context> with_context = isolate->factory()->NewWithContext( in ContextBuilder() local191 RecordContextsInChain(&inner_context, receiver_context, with_context); in ContextBuilder()210 Handle<Context> with_context = isolate->factory()->NewWithContext( in ContextBuilder() local220 RecordContextsInChain(&inner_context, cloned_context, with_context); in ContextBuilder()222 Handle<Context> with_context = isolate->factory()->NewWithContext( in ContextBuilder() local230 RecordContextsInChain(&inner_context, with_context, with_context); in ContextBuilder()
241 node.with_context = next(self.stream).value == 'with'244 node.with_context = default274 node.with_context = next(self.stream).value == 'with'300 node.with_context = False
924 if node.with_context:951 if node.with_context:967 if node.with_context:975 if node.with_context:989 if node.with_context:
2391 ALLOCATE_VARSIZE_MAP(FIXED_ARRAY_TYPE, with_context) in CreateInitialMaps()