HomeSort by relevance Sort by last modified time
    Searched full:generate_indented_conditional (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
code_generator_v8.py 246 def generate_indented_conditional(code, conditional): function
268 return generate_indented_conditional(code, 'context && (%s)' % exposed_test)
275 return generate_indented_conditional(code, 'context && context->isDocument() && %s(toDocument(context))' % per_context_enabled_function)
282 return generate_indented_conditional(code, '%s()' % runtime_enabled_function_name)

Completed in 183 milliseconds