Searched refs:spaceObj (Results 1 – 1 of 1) sorted by relevance
95 JSRef<JSObject> spaceObj = JSRef<JSObject>::Cast(obj->GetProperty("space")); in CreateFlexComponent() local96 JSRef<JSVal> mainSpaceVal = spaceObj->GetProperty("main"); in CreateFlexComponent()118 JSRef<JSObject> spaceObj = JSRef<JSObject>::Cast(obj->GetProperty("space")); in CreateWrapComponent() local119 JSRef<JSVal> mainSpaceVal = spaceObj->GetProperty("main"); in CreateWrapComponent()120 JSRef<JSVal> crossSpaceVal = spaceObj->GetProperty("cross"); in CreateWrapComponent()