Searched defs:v8_value_to_local_cpp_value (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
H A Dv8_methods.py175 'private_script_v8_value_to_local_cpp_value': idl_type.v8_value_to_local_cpp_value(
237 'v8_value_to_local_cpp_value': v8_value_to_local_cpp_value(argument, index, return_promise=method.returns_promise),
365 def v8_value_to_local_cpp_value(argument, index, return_promise=False): function
371 return idl_type.v8_value_to_local_cpp_value(extended_attributes, 'info[%s]' % index,
H A Dv8_types.py563 def v8_value_to_local_cpp_value(idl_type, extended_attributes, v8_value, variable_name, index=None, declare_variable=True, isolate='info.GetIsolate()', used_in_private_script=False, return_promise=False): function
623 IdlTypeBase.v8_value_to_local_cpp_value = v8_value_to_local_cpp_value

Completed in 78 milliseconds