Searched refs:SetLocalPropertyNoThrow (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/
H A Dtop.cc257 SetLocalPropertyNoThrow(stackFrame, column_key,
260 SetLocalPropertyNoThrow(stackFrame, line_key,
266 SetLocalPropertyNoThrow(stackFrame, script_key, script_name);
282 SetLocalPropertyNoThrow(stackFrame, script_name_or_source_url_key,
291 SetLocalPropertyNoThrow(stackFrame, function_key, fun_name);
298 SetLocalPropertyNoThrow(stackFrame, eval_key, is_eval);
304 SetLocalPropertyNoThrow(stackFrame, constructor_key, is_constructor);
H A Dbootstrapper.cc337 SetLocalPropertyNoThrow(target, symbol, function, DONT_ENUM);
711 SetLocalPropertyNoThrow(
822 SetLocalPropertyNoThrow(inner_global, object_name,
991 SetLocalPropertyNoThrow(global, name, json_object, DONT_ENUM);
1021 SetLocalPropertyNoThrow(result, factory->length_symbol(),
1024 SetLocalPropertyNoThrow(result, factory->callee_symbol(),
1100 SetLocalPropertyNoThrow(result, factory->length_symbol(),
1311 SetLocalPropertyNoThrow(builtins, global_symbol, global_obj, attributes);
1742 SetLocalPropertyNoThrow(js_global, natives_string,
1749 SetLocalPropertyNoThrow(Handl
[all...]
H A Dhandles.h220 void SetLocalPropertyNoThrow(Handle<JSObject> object,
H A Dhandles.cc330 void SetLocalPropertyNoThrow(Handle<JSObject> object, function in namespace:v8::internal
H A Dfactory.cc661 SetLocalPropertyNoThrow(prototype, constructor_symbol(), function, DONT_ENUM);

Completed in 3071 milliseconds