Home
last modified time | relevance | path

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

/third_party/rust/crates/log/src/kv/
H A Derror.rs27 pub(super) fn from_value(err: value_bag::Error) -> Self {
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A 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/node/deps/v8/src/profiler/
H A 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/
H A DMathExtras.h693 struct from_value { struct
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc3073 Register from_value = VisitForRegisterValue(property); in VisitObjectLiteral() local
3075 builder()->CloneObject(from_value, flags, clone_index); in VisitObjectLiteral()

Completed in 28 milliseconds