Home
last modified time | relevance | path

Searched refs:from_value (Results 1 – 6 of 6) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-object.c974 ecma_value_t from_value = ecma_op_to_object (next_source); in ecma_builtin_object_object_assign() local
976 JERRY_ASSERT (!ECMA_IS_VALUE_ERROR (from_value)); in ecma_builtin_object_object_assign()
978 ecma_object_t *from_obj_p = ecma_get_object_from_value (from_value); in ecma_builtin_object_object_assign()
/third_party/rust/crates/log/src/kv/
Derror.rs27 pub(super) fn from_value(err: value_bag::Error) -> Self { in from_value() method
Dvalue.rs379 .map_err(Error::from_value) in visit()
/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator.cc515 void* from_value = entries_map_.Remove(reinterpret_cast<void*>(from), in MoveObject() local
517 if (from_value == nullptr) { in MoveObject()
542 static_cast<int>(reinterpret_cast<intptr_t>(from_value)); in MoveObject()
553 to_entry->value = from_value; in MoveObject()
555 return from_value != nullptr; in MoveObject()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMathExtras.h693 struct from_value {
/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.cc3073 Register from_value = VisitForRegisterValue(property); in VisitObjectLiteral() local
3075 builder()->CloneObject(from_value, flags, clone_index); in VisitObjectLiteral()