Home
last modified time | relevance | path

Searched defs:new_obj (Results 1 – 8 of 8) sorted by relevance

/third_party/grpc/tools/debug/core/
Dchttp2_ref_leak.py24 def new_obj(): function
/third_party/jerryscript/tests/jerry/es2015/
Dproxy_get_own_property_descriptor.js211 var new_obj = { value: "yes", variable
/third_party/cef/libcef_dll/wrapper/
Dcef_xml_object.cc213 CefRefPtr<CefXmlObject> new_obj; in Duplicate() local
/third_party/libnl/lib/route/
Dnetconf.c326 static int netconf_update(struct nl_object *old_obj, struct nl_object *new_obj) in netconf_update()
Droute_obj.c475 static int route_update(struct nl_object *old_obj, struct nl_object *new_obj) in route_update()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-typedarray-object.c1355 ecma_value_t new_obj = ecma_typedarray_create_object_with_length (array_length, in ecma_op_create_typedarray_with_type_and_length() local
Decma-proxy-object.c1790 ecma_value_t new_obj = ecma_op_function_call (func_obj_p, handler, function_call_args, 3); in ecma_proxy_object_construct() local
/third_party/quickjs/
Dquickjs.c51211 JSValue ctor, new_obj; in js_array_buffer_slice() local