Lines Matching defs:that
2 // Use of this source code is governed by a BSD-style license that can be
57 // can take a long time, so we go with hexadecimal in that case.
894 void AccessorPair::CheckCast(Value* that) {
895 i::Handle<i::Object> obj = Utils::OpenHandle(that);
901 void WasmValueObject::CheckCast(Value* that) {
902 i::Handle<i::Object> obj = Utils::OpenHandle(that);
907 bool WasmValueObject::IsWasmValueObject(Local<Value> that) {
908 i::Handle<i::Object> obj = Utils::OpenHandle(*that);
1300 bool AccessorPair::IsAccessorPair(Local<Value> that) {
1301 i::Handle<i::Object> obj = Utils::OpenHandle(*that);